top-level/all-packages: Adjust bootstrap perl and coreutils to work for FreeBSD stdenv

This commit is contained in:
Audrey Dutcher
2024-05-19 18:46:15 +02:00
committed by Sandro Jäckel
parent 0bdd49cb10
commit d46967460d
+2 -2
View File
@@ -1146,7 +1146,7 @@ with pkgs;
fetchurl = stdenv.fetchurlBoot;
};
});
perl = buildPackages.perl.override { fetchurl = stdenv.fetchurlBoot; };
perl = buildPackages.perl.override { inherit zlib; fetchurl = stdenv.fetchurlBoot; };
openssl = buildPackages.openssl.override {
fetchurl = stdenv.fetchurlBoot;
buildPackages = {
@@ -1154,7 +1154,7 @@ with pkgs;
fetchurl = stdenv.fetchurlBoot;
inherit perl;
xz = buildPackages.xz.override { fetchurl = stdenv.fetchurlBoot; };
gmp = null;
gmpSupport = false;
aclSupport = false;
attrSupport = false;
};