Merge pull request #48273 from volth/patch-269
fetchgit: use buildPackages's git Fixes #51119
This commit is contained in:
commit
c94162dbec
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user