cargo-audit: drop unused libgit2 dependency
See https://github.com/rustsec/rustsec/pull/925
This commit is contained in:
parent
ec23a91dfc
commit
2e25909a49
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue