mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
nethack: disable parallel building
This commit is contained in:
parent
eaffd2500f
commit
4faf76b3dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user