wine: enable parallel build again

The issue with dlltool was fixed in 4b0f59afcc.
This commit is contained in:
Stefan Frijters 2022-05-22 13:28:52 +02:00
parent deef19c9a1
commit 30aeecfc6f
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -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