darwin.stdenv: avoid building a second Python just for locales (#351501)
This commit is contained in:
commit
c5040d558c
@ -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; };
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user