Merge pull request #265973 from figsoda/orogene

orogene: fix build on darwin
This commit is contained in:
Nick Cao 2023-11-07 09:03:33 -05:00 committed by GitHub
commit cfc1aa68fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''