sccache: prepare for automatic moving to pkgs/by-name
This commit is contained in:
parent
7f0938ff9a
commit
220dc71e7b
2 changed files with 3 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
, pkg-config
|
||||
, openssl
|
||||
, stdenv
|
||||
, Security
|
||||
, darwin
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [
|
||||
openssl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
];
|
||||
|
||||
# Tests fail because of client server setup which is not possible inside the
|
||||
|
|
|
@ -41547,9 +41547,7 @@ with pkgs;
|
|||
|
||||
tomb = callPackage ../os-specific/linux/tomb { };
|
||||
|
||||
sccache = callPackage ../development/tools/misc/sccache {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
sccache = callPackage ../development/tools/misc/sccache { };
|
||||
|
||||
scip = callPackage ../development/tools/misc/scip { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue