Merge pull request #253778 from amarshall/wine-parallel-install

wine: install in parallel
This commit is contained in:
7c6f434c 2023-09-08 06:03:01 +00:00 committed by GitHub
commit 9c4dff7cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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