top-level/all-packages: Adjust bootstrap perl and coreutils to work for FreeBSD stdenv
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user