Merge #173981: wine: enable parallel build again

...into staging-next

+1 -3
+1 -3
pkgs/applications/emulators/wine/base.nix
··· 175 done 176 ''; 177 178 - # Until https://github.com/NixOS/nixpkgs/pull/172617 is applied, 179 - # parallel builds do not always work because of a bug in dlltool. 180 - enableParallelBuilding = false; 181 182 # https://bugs.winehq.org/show_bug.cgi?id=43530 183 # https://github.com/NixOS/nixpkgs/issues/31989
··· 175 done 176 ''; 177 178 + enableParallelBuilding = true; 179 180 # https://bugs.winehq.org/show_bug.cgi?id=43530 181 # https://github.com/NixOS/nixpkgs/issues/31989