mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nethack: wrapQtApp only in qtMode
Regression introduced in #54525, tracked in #65399.
This commit is contained in:
parent
c6e7bc2977
commit
6f9fa0644a
@ -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