about summary refs log tree commit diff
path: root/pkgs/games/nethack
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-18 05:57:31 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-18 05:57:31 +0100
commit4faf76b3dc18e62cc850f1ca2d2c7358bd8b1fc3 (patch)
tree934091e853935531ea0f1398d0fb37869da6ced0 /pkgs/games/nethack
parenteaffd2500fb3ab7b073f3b3bf9e80deb9044b7a7 (diff)
nethack: disable parallel building
Diffstat (limited to 'pkgs/games/nethack')
-rw-r--r--pkgs/games/nethack/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/nethack/default.nix b/pkgs/games/nethack/default.nix
index 524d58e0d6d8a..e45862b3025b1 100644
--- a/pkgs/games/nethack/default.nix
+++ b/pkgs/games/nethack/default.nix
@@ -100,7 +100,8 @@ in stdenv.mkDerivation rec {
     popd
   '';
 
-  enableParallelBuilding = true;
+  # https://github.com/NixOS/nixpkgs/issues/294751
+  enableParallelBuilding = false;
 
   preFixup = lib.optionalString qtMode ''
     wrapQtApp "$out/games/nethack"