dura: fix build

This commit is contained in:
Matteo Pacini
2025-01-09 15:48:05 +00:00
parent e82788ee87
commit 612ea6490f
@@ -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