fetchgit: use buildPackages.cacert
As a data package `buildPackages.cacert` suppose to be equal to `hostPackages.cacert`. But `hostPackages.cacert` causes needless build of `hostPackages.python` and other packages, which takes time and requires them to support cross-compilation.
This commit is contained in:
parent
6a9859c3fc
commit
c384dae70b
@ -197,6 +197,7 @@ in
|
|||||||
|
|
||||||
fetchgit = callPackage ../build-support/fetchgit {
|
fetchgit = callPackage ../build-support/fetchgit {
|
||||||
git = buildPackages.gitMinimal;
|
git = buildPackages.gitMinimal;
|
||||||
|
cacert = buildPackages.cacert;
|
||||||
};
|
};
|
||||||
|
|
||||||
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user