Commit 2e25909a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by sternenseemann
Browse files

cargo-audit: drop unused libgit2 dependency

parent ec23a91d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 [