orogene: fix build on darwin
This commit is contained in:
parent
48fff64bbc
commit
8917ef79ba
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [
|
||||
openssl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue