Loading pkgs/development/tools/misc/sccache/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , pkg-config , openssl , stdenv , Security , darwin }: rustPlatform.buildRustPackage rec { Loading @@ -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 Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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
pkgs/development/tools/misc/sccache/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , pkg-config , openssl , stdenv , Security , darwin }: rustPlatform.buildRustPackage rec { Loading @@ -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 Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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 { };