From 0d974fc94490be49c7909e897e35129ebfdd5a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 11 Feb 2024 22:49:59 +0100 Subject: [PATCH] cargo-workspaces: drop unused libgit2 dependency It is using gix and libgit2{,-sys} is not in the lockfile https://github.com/pksunkara/cargo-workspaces/blob/v0.3.1/cargo-workspaces/Cargo.lock#L680 --- pkgs/development/tools/rust/cargo-workspaces/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-workspaces/default.nix b/pkgs/development/tools/rust/cargo-workspaces/default.nix index 5cb3c4de96b1..b087ef552ca9 100644 --- a/pkgs/development/tools/rust/cargo-workspaces/default.nix +++ b/pkgs/development/tools/rust/cargo-workspaces/default.nix @@ -2,7 +2,6 @@ , rustPlatform , fetchCrate , pkg-config -, libgit2_1_6 , libssh2 , openssl , zlib @@ -26,7 +25,6 @@ rustPlatform.buildRustPackage rec { ]; buildInputs = [ - libgit2_1_6 libssh2 openssl zlib