git-dive: unpin libgit2

authored by Sandro Jäckel and committed by sternenseemann bb82aa1c 4f428752

+6 -4
+6 -4
pkgs/applications/version-management/git-dive/default.nix
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 - # libgit2-sys doesn't support libgit2 1.6 yet 6 - , libgit2_1_5 7 , oniguruma 8 , zlib 9 , stdenv ··· 29 ]; 30 31 buildInputs = [ 32 - libgit2_1_5 33 oniguruma 34 zlib 35 ] ++ lib.optionals stdenv.isDarwin [ ··· 54 git config --global user.email nixbld@example.com 55 ''; 56 57 - RUSTONIG_SYSTEM_LIBONIG = true; 58 59 meta = with lib; { 60 description = "Dive into a file's history to find root cause";
··· 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config 5 + , libgit2 6 , oniguruma 7 , zlib 8 , stdenv ··· 28 ]; 29 30 buildInputs = [ 31 + libgit2 32 oniguruma 33 zlib 34 ] ++ lib.optionals stdenv.isDarwin [ ··· 53 git config --global user.email nixbld@example.com 54 ''; 55 56 + env = { 57 + LIBGIT2_NO_VENDOR = 1; 58 + RUSTONIG_SYSTEM_LIBONIG = true; 59 + }; 60 61 meta = with lib; { 62 description = "Dive into a file's history to find root cause";