sccache: prepare for automatic moving to pkgs/by-name

This commit is contained in:
Doron Behar 2024-01-11 11:39:17 +02:00
parent 7f0938ff9a
commit 220dc71e7b
2 changed files with 3 additions and 5 deletions

View file

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

View file

@ -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 { };