orogene: fix build on darwin

This commit is contained in:
figsoda 2023-11-06 19:54:51 -05:00
parent 48fff64bbc
commit 8917ef79ba

View file

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
preCheck = ''