From 30aeecfc6f52ca3485b12d7353a94a61fc7fee4d Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sun, 22 May 2022 13:28:52 +0200 Subject: [PATCH] wine: enable parallel build again The issue with dlltool was fixed in 4b0f59afccb060fd7bfd9b107a21bd8a0fdac775. --- pkgs/applications/emulators/wine/base.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/wine/base.nix b/pkgs/applications/emulators/wine/base.nix index 47852d69e3b..7788b13b4ec 100644 --- a/pkgs/applications/emulators/wine/base.nix +++ b/pkgs/applications/emulators/wine/base.nix @@ -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