fetchurl: Should use buildPackages.curl for build-time dep
This commit is contained in:
parent
3d59b4d285
commit
7a3a8b8529
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ with pkgs;
|
|||
inherit stdenv;
|
||||
# On darwin, libkrb5 needs bootstrap_cmds which would require
|
||||
# converting many packages to fetchurl_boot to avoid evaluation cycles.
|
||||
curl = curl.override (lib.optionalAttrs stdenv.isDarwin { gssSupport = false; });
|
||||
curl = buildPackages.curl.override (lib.optionalAttrs stdenv.isDarwin { gssSupport = false; });
|
||||
};
|
||||
|
||||
fetchRepoProject = callPackage ../build-support/fetchrepoproject { };
|
||||
|
|
Loading…
Reference in a new issue