sccache: fix darwin build
This commit is contained in:
parent
220dc71e7b
commit
aa55d0b03a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue