sequoia-sq: fix darwin build
This commit is contained in:
parent
1518efb2a0
commit
8b8f2f3e97
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue