File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
development/tools/rust/cargo-cache Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 33 stdenv ,
44 fetchFromGitHub ,
55 rustPlatform ,
6- libiconv ,
7- Security ,
6+ zlib ,
87} :
98
109rustPlatform . buildRustPackage rec {
@@ -21,8 +20,7 @@ rustPlatform.buildRustPackage rec {
2120 cargoHash = "sha256-275QREIcncgBk4ah/CivSz5N2m6s/XPCfp6JGChpr38=" ;
2221
2322 buildInputs = lib . optionals stdenv . hostPlatform . isDarwin [
24- libiconv
25- Security
23+ zlib
2624 ] ;
2725
2826 checkFlags = [ "offline_tests" ] ;
Original file line number Diff line number Diff line change @@ -6822,9 +6822,7 @@ with pkgs;
68226822 cargo-bazel = callPackage ../development/tools/rust/cargo-bazel {
68236823 inherit (darwin.apple_sdk.frameworks) Security;
68246824 };
6825- cargo-cache = callPackage ../development/tools/rust/cargo-cache {
6826- inherit (darwin.apple_sdk.frameworks) Security;
6827- };
6825+ cargo-cache = callPackage ../development/tools/rust/cargo-cache { };
68286826 cargo-crev = callPackage ../development/tools/rust/cargo-crev {
68296827 inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration CoreFoundation;
68306828 };
You can’t perform that action at this time.
0 commit comments