Merge pull request #48273 from volth/patch-269

fetchgit: use buildPackages's git

Fixes #51119
This commit is contained in:
Matthew Bauer 2018-11-28 11:57:13 -06:00 committed by GitHub
commit c94162dbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,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 { };