cargo-ui: unpin libgit2

authored by Sandro Jäckel and committed by sternenseemann e2c7a97f 2159ca14

+6 -2
+6 -2
pkgs/development/tools/rust/cargo-ui/default.nix
··· 2 , rustPlatform 3 , fetchCrate 4 , pkg-config 5 - , libgit2_1_5 6 , openssl 7 , stdenv 8 , expat ··· 28 ]; 29 30 buildInputs = [ 31 - libgit2_1_5 32 openssl 33 ] ++ lib.optionals stdenv.isLinux [ 34 expat ··· 47 patchelf $out/bin/cargo-ui \ 48 --add-rpath ${lib.makeLibraryPath [ fontconfig libGL ]} 49 ''; 50 51 meta = with lib; { 52 description = "A GUI for Cargo";
··· 2 , rustPlatform 3 , fetchCrate 4 , pkg-config 5 + , libgit2 6 , openssl 7 , stdenv 8 , expat ··· 28 ]; 29 30 buildInputs = [ 31 + libgit2 32 openssl 33 ] ++ lib.optionals stdenv.isLinux [ 34 expat ··· 47 patchelf $out/bin/cargo-ui \ 48 --add-rpath ${lib.makeLibraryPath [ fontconfig libGL ]} 49 ''; 50 + 51 + env = { 52 + LIBGIT2_NO_VENDOR = 1; 53 + }; 54 55 meta = with lib; { 56 description = "A GUI for Cargo";