cargo-vendor: drop
Cargo 1.37 imported `cargo-vendor` as built-in command [1] [1] https://github.com/rust-lang/cargo/pull/6869
This commit is contained in:
@@ -15,11 +15,6 @@ in
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ CoreFoundation Security libiconv ];
|
||||
};
|
||||
|
||||
cargo-vendor = attrs: {
|
||||
buildInputs = [ openssl zlib curl ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
};
|
||||
|
||||
libz-sys = attrs: {
|
||||
buildInputs = [ pkgconfig zlib ];
|
||||
extraLinkFlags = ["-L${zlib.out}/lib"];
|
||||
|
||||
Reference in New Issue
Block a user