glibcLocales: enable parallel building
This commit is contained in:
parent
cc5c495706
commit
4d4f5e2db1
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@
|
|||
echo SUPPORTED-LOCALES='${toString locales}' > ../glibc-2*/localedata/SUPPORTED
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags = (previousAttrs.makeFlags or []) ++ [
|
||||
"localedata/install-locales"
|
||||
"localedir=${builtins.placeholder "out"}/lib/locale"
|
||||
] ++ lib.optionals finalAttrs.finalPackage.enableParallelInstalling [
|
||||
"PARALLELMFLAGS=-j$(NIX_BUILD_CORES)"
|
||||
];
|
||||
|
||||
installPhase =
|
||||
|
|
Loading…
Reference in a new issue