pkgs/ultimatepp: explicitly set umk build threads
This commit is contained in:
parent
80a41ef45d
commit
4aa2e34ff6
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ stdenv.mkDerivation (self: {
|
|||
"$assemblies" \
|
||||
${lib.escapeShellArg package} \
|
||||
${buildMethod} \
|
||||
-${if buildShared then "S" else "s"}uvr \
|
||||
-${if buildShared then "S" else "s"}uvr "-H$NIX_BUILD_CORES" \
|
||||
${flagsString} \
|
||||
$out/${output}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue