wine: enable parallel build again
The issue with dlltool was fixed in 4b0f59afcc
.
This commit is contained in:
parent
deef19c9a1
commit
30aeecfc6f
1 changed files with 1 additions and 3 deletions
|
@ -175,9 +175,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
|||
done
|
||||
'';
|
||||
|
||||
# Until https://github.com/NixOS/nixpkgs/pull/172617 is applied,
|
||||
# parallel builds do not always work because of a bug in dlltool.
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# https://bugs.winehq.org/show_bug.cgi?id=43530
|
||||
# https://github.com/NixOS/nixpkgs/issues/31989
|
||||
|
|
Loading…
Reference in a new issue