nix-prefetch-git: Depend on gitMinimal instead of git (#425114)

authored by Silvan Mosberger and committed by GitHub bc76734d 27fcb2c1

+2 -2
+2 -2
pkgs/tools/package-management/nix-prefetch-scripts/default.nix
··· 11 darcs, 12 findutils, 13 gawk, 14 - git, 15 git-lfs, 16 gnused, 17 jq, ··· 73 nix-prefetch-git = mkPrefetchScript "git" ../../../build-support/fetchgit/nix-prefetch-git [ 74 findutils 75 gawk 76 - git 77 git-lfs 78 ]; 79 nix-prefetch-hg = mkPrefetchScript "hg" ../../../build-support/fetchhg/nix-prefetch-hg [
··· 11 darcs, 12 findutils, 13 gawk, 14 + gitMinimal, 15 git-lfs, 16 gnused, 17 jq, ··· 73 nix-prefetch-git = mkPrefetchScript "git" ../../../build-support/fetchgit/nix-prefetch-git [ 74 findutils 75 gawk 76 + gitMinimal 77 git-lfs 78 ]; 79 nix-prefetch-hg = mkPrefetchScript "hg" ../../../build-support/fetchhg/nix-prefetch-hg [