dura: fix build (#372409)

This commit is contained in:
Pol Dellaiera
2025-01-09 17:09:29 +01:00
committed by GitHub
@@ -6,6 +6,7 @@
openssl,
pkg-config,
Security,
zlib,
}:
rustPlatform.buildRustPackage rec {
@@ -30,6 +31,7 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[
openssl
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
Security