nethack: disable parallel building
This commit is contained in:
parent
eaffd2500f
commit
4faf76b3dc
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ in stdenv.mkDerivation rec {
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# https://github.com/NixOS/nixpkgs/issues/294751
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
preFixup = lib.optionalString qtMode ''
|
preFixup = lib.optionalString qtMode ''
|
||||||
wrapQtApp "$out/games/nethack"
|
wrapQtApp "$out/games/nethack"
|
||||||
|
|
Loading…
Reference in a new issue