nethack: wrapQtApp only in qtMode
Regression introduced in #54525, tracked in #65399.
This commit is contained in:
@@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = stdenv.lib.optionalString qtMode ''
|
||||||
wrapQtApp "$out/games/nethack"
|
wrapQtApp "$out/games/nethack"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user