Skip to content

Commit

Permalink
stdenv/freebsd: don't inherit curl from previous stage (NixOS#340913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Sep 11, 2024
2 parents 4e3abb3 + 5da4fa1 commit cda49c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/stdenv/freebsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ in
# 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
curl = prevStage.curlReal;
curlReal = super.curl;
inherit (prevStage)
fetchurl
python3
Expand All @@ -511,7 +510,6 @@ in
name = "freebsd";
overrides = prevStage: self: super: {
__bootstrapArchive = bootstrapArchive;
curl = prevStage.curlReal;
fetchurl = prevStage.fetchurlReal;
freebsd = super.freebsd.overrideScope (
self': super': { localesPrev = prevStage.freebsd.localesReal; }
Expand Down

0 comments on commit cda49c2

Please sign in to comment.