mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
darwin.stdenv: avoid building a second Python just for locales
This commit is contained in:
parent
53c11b7bb7
commit
53765b0fb3
@ -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; };
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user