Skip to content

Commit

Permalink
stdenv/freebsd: don't inherit curl from previous stage
Browse files Browse the repository at this point in the history
This was adding dependencies on the bootstrap files for longer than
necessary.
  • Loading branch information
rhelmot committed Sep 10, 2024
1 parent 5bf8cbc commit 5da4fa1
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 5da4fa1

Please sign in to comment.