nethack: wrapQtApp only in qtMode

Regression introduced in #54525, tracked in #65399.
This commit is contained in:
Marek Mahut 2019-07-28 23:22:51 +02:00
parent c6e7bc2977
commit 6f9fa0644a

View file

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