cargo-audit: drop unused libgit2 dependency

See https://github.com/rustsec/rustsec/pull/925
This commit is contained in:
Sandro Jäckel 2024-02-11 23:36:32 +01:00 committed by sternenseemann
parent ec23a91dfc
commit 2e25909a49

View file

@ -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 [