commit
a7d4e415b2
1 changed files with 1 additions and 3 deletions
|
@ -175,9 +175,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Until https://github.com/NixOS/nixpkgs/pull/172617 is applied,
|
enableParallelBuilding = true;
|
||||||
# parallel builds do not always work because of a bug in dlltool.
|
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
# https://bugs.winehq.org/show_bug.cgi?id=43530
|
# https://bugs.winehq.org/show_bug.cgi?id=43530
|
||||||
# https://github.com/NixOS/nixpkgs/issues/31989
|
# https://github.com/NixOS/nixpkgs/issues/31989
|
||||||
|
|
Loading…
Reference in a new issue