Skip to content

Commit

Permalink
Merge #173981: wine: enable parallel build again
Browse files Browse the repository at this point in the history
...into staging-next
  • Loading branch information
vcunat committed May 22, 2022
2 parents 86ec856 + 30aeecf commit a7d4e41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/emulators/wine/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7d4e41

Please sign in to comment.