cargo-audit: drop unused libgit2 dependency
See https://github.com/rustsec/rustsec/pull/925
This commit is contained in:
parent
ec23a91dfc
commit
2e25909a49
@ -2,7 +2,6 @@
|
||||
, rustPlatform
|
||||
, fetchCrate
|
||||
, pkg-config
|
||||
, libgit2
|
||||
, openssl
|
||||
, zlib
|
||||
, stdenv
|
||||
@ -26,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libgit2
|
||||
openssl
|
||||
zlib
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
|
Loading…
Reference in New Issue
Block a user