wine: install in parallel

On a 48-thread CPU, this reduced the time of `nix-build -A
wineWowPackages.stable` from ~15 min. to ~10 min.
This commit is contained in:
Andrew Marshall 2023-09-06 23:26:59 -04:00
parent 3c15feef77
commit b983f84b1f

View file

@ -45,7 +45,7 @@ buildPhase
# checkPhase
eval "$preInstall"
cd $TMP/wine-wow && make install
cd $TMP/wine64 && make install
cd $TMP/wine-wow && make install -j$NIX_BUILD_CORES
cd $TMP/wine64 && make install -j$NIX_BUILD_CORES
eval "$postInstall"
fixupPhase