fetchgit: use git-lfs from buildPackages
This commit is contained in:
parent
9004162c26
commit
81969e3a7e
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ in
|
|||
fetchgit = callPackage ../build-support/fetchgit {
|
||||
git = buildPackages.gitMinimal;
|
||||
cacert = buildPackages.cacert;
|
||||
git-lfs = buildPackages.git-lfs;
|
||||
};
|
||||
|
||||
fetchgitLocal = callPackage ../build-support/fetchgitlocal { };
|
||||
|
|
Loading…
Reference in a new issue