fetchgit: use buildPackages's git

This commit is contained in:
volth
2018-10-12 14:42:50 +00:00
committed by GitHub
parent 992b13bd72
commit 8596dc9125

View File

@@ -171,7 +171,7 @@ with pkgs;
fetchfossil = callPackage ../build-support/fetchfossil { };
fetchgit = callPackage ../build-support/fetchgit {
git = gitMinimal;
git = buildPackages.gitMinimal;
};
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };