fetchurlBoot: remove cycles introduced by openssl_1_1 -> coreutils (#67784)
This commit is contained in:
parent
a88976d222
commit
363292b7c0
@ -293,6 +293,14 @@ in
|
||||
perl = buildPackages.perl.override { fetchurl = stdenv.fetchurlBoot; };
|
||||
openssl = buildPackages.openssl.override {
|
||||
fetchurl = stdenv.fetchurlBoot;
|
||||
coreutils = buildPackages.coreutils.override {
|
||||
fetchurl = stdenv.fetchurlBoot;
|
||||
inherit perl;
|
||||
xz = buildPackages.xz.override { fetchurl = stdenv.fetchurlBoot; };
|
||||
gmp = null;
|
||||
aclSupport = false;
|
||||
attrSupport = false;
|
||||
};
|
||||
inherit perl;
|
||||
buildPackages = { inherit perl; };
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user