dura: fix build (#372409)

authored by Pol Dellaiera and committed by GitHub 598be99e 63272387

+2
+2
pkgs/development/tools/misc/dura/default.nix
··· 6 openssl, 7 pkg-config, 8 Security, 9 }: 10 11 rustPlatform.buildRustPackage rec { ··· 30 buildInputs = 31 [ 32 openssl 33 ] 34 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 35 Security
··· 6 openssl, 7 pkg-config, 8 Security, 9 + zlib, 10 }: 11 12 rustPlatform.buildRustPackage rec { ··· 31 buildInputs = 32 [ 33 openssl 34 + zlib 35 ] 36 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 37 Security