nethack: disable parallel building

This commit is contained in:
Weijia Wang 2024-03-18 05:57:31 +01:00
parent eaffd2500f
commit 4faf76b3dc

View File

@ -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"