Skip to content

Commit

Permalink
darwin.stdenv: avoid building a second Python just for locales (#351501)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 26, 2024
2 parents 31a24de + 53765b0 commit c5040d5
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 @@ -1038,6 +1038,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 c5040d5

Please sign in to comment.