mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
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:
parent
3c15feef77
commit
b983f84b1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user