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

wine: install in parallel

authored by 7c6f434c and committed by GitHub 9c4dff7c d442dbe4

+2 -2
+2 -2
pkgs/applications/emulators/wine/builder-wow.sh
··· 45 45 # checkPhase 46 46 47 47 eval "$preInstall" 48 - cd $TMP/wine-wow && make install 49 - cd $TMP/wine64 && make install 48 + cd $TMP/wine-wow && make install -j$NIX_BUILD_CORES 49 + cd $TMP/wine64 && make install -j$NIX_BUILD_CORES 50 50 eval "$postInstall" 51 51 fixupPhase