Merge #173981: wine: enable parallel build again

...into staging-next

+1 -3
+1 -3
pkgs/applications/emulators/wine/base.nix
··· 175 175 done 176 176 ''; 177 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; 178 + enableParallelBuilding = true; 181 179 182 180 # https://bugs.winehq.org/show_bug.cgi?id=43530 183 181 # https://github.com/NixOS/nixpkgs/issues/31989