Skip to content

Commit

Permalink
darwin.stdenv: avoid building a second Python just for locales
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Oct 26, 2024
1 parent 53c11b7 commit 53765b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/stdenv/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,8 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
# Build expand-response-params with last stage like below
inherit (prevStage) expand-response-params;
};
# Avoid rebuilding bmake (and Python) just for locales
locale = superDarwin.locale.override { inherit (prevStage) bmake; };
}
);

Expand Down

0 comments on commit 53765b0

Please sign in to comment.