mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
stdenv/freebsd: don't inherit curl from previous stage (#340913)
This commit is contained in:
commit
cda49c202f
1 changed files with 0 additions and 2 deletions
|
@ -485,7 +485,6 @@ in
|
||||||
# we can import the foundational libs from boot-0
|
# we can import the foundational libs from boot-0
|
||||||
# we can import bins and libs that DON'T get imported OR LINKED into the final stdenv from boot-0
|
# we can import bins and libs that DON'T get imported OR LINKED into the final stdenv from boot-0
|
||||||
curl = prevStage.curlReal;
|
curl = prevStage.curlReal;
|
||||||
curlReal = super.curl;
|
|
||||||
inherit (prevStage)
|
inherit (prevStage)
|
||||||
fetchurl
|
fetchurl
|
||||||
python3
|
python3
|
||||||
|
@ -511,7 +510,6 @@ in
|
||||||
name = "freebsd";
|
name = "freebsd";
|
||||||
overrides = prevStage: self: super: {
|
overrides = prevStage: self: super: {
|
||||||
__bootstrapArchive = bootstrapArchive;
|
__bootstrapArchive = bootstrapArchive;
|
||||||
curl = prevStage.curlReal;
|
|
||||||
fetchurl = prevStage.fetchurlReal;
|
fetchurl = prevStage.fetchurlReal;
|
||||||
freebsd = super.freebsd.overrideScope (
|
freebsd = super.freebsd.overrideScope (
|
||||||
self': super': { localesPrev = prevStage.freebsd.localesReal; }
|
self': super': { localesPrev = prevStage.freebsd.localesReal; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue