fetchgit: use buildPackages's git
This commit is contained in:
parent
992b13bd72
commit
8596dc9125
@ -171,7 +171,7 @@ with pkgs;
|
|||||||
fetchfossil = callPackage ../build-support/fetchfossil { };
|
fetchfossil = callPackage ../build-support/fetchfossil { };
|
||||||
|
|
||||||
fetchgit = callPackage ../build-support/fetchgit {
|
fetchgit = callPackage ../build-support/fetchgit {
|
||||||
git = gitMinimal;
|
git = buildPackages.gitMinimal;
|
||||||
};
|
};
|
||||||
|
|
||||||
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user