Merge pull request #278236 from happysalada/fix_sq_darwin
sequoia-sq: fix darwin build
This commit is contained in:
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
sqlite
|
||||
nettle
|
||||
] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration ]);
|
||||
|
||||
# Sometimes, tests fail on CI (ofborg) & hydra without this
|
||||
checkFlags = [
|
||||
|
||||
Reference in New Issue
Block a user