mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #253778 from amarshall/wine-parallel-install
wine: install in parallel
This commit is contained in:
commit
9c4dff7cb1
@ -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