sequoia-sq: fix darwin build

This commit is contained in:
happysalada 2024-01-02 10:22:31 +01:00
parent 1518efb2a0
commit 8b8f2f3e97

View File

@ -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 = [