Commit 220dc71e authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 7f0938ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −3
Original line number Diff line number Diff line
@@ -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 { };