Merge pull request #65528 from mmahut/nethack
nethack: wrapQtApp only in qtMode
This commit is contained in:
commit
59f3cfa405
@ -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"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user