sccache: fix darwin build

This commit is contained in:
Doron Behar 2024-01-11 11:39:57 +02:00
parent 220dc71e7b
commit aa55d0b03a

View file

@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
# Tests fail because of client server setup which is not possible inside the