mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
sequoia-sq: fix darwin build
This commit is contained in:
parent
1518efb2a0
commit
8b8f2f3e97
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
nettle
|
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
|
# Sometimes, tests fail on CI (ofborg) & hydra without this
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user