Merge pull request #65528 from mmahut/nethack

nethack: wrapQtApp only in qtMode
This commit is contained in:
worldofpeace
2019-07-28 20:20:42 -04:00
committed by GitHub

View File

@@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
preFixup = ''
preFixup = stdenv.lib.optionalString qtMode ''
wrapQtApp "$out/games/nethack"
'';