mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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;
|
||||
|
||||
preFixup = ''
|
||||
preFixup = stdenv.lib.optionalString qtMode ''
|
||||
wrapQtApp "$out/games/nethack"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user