Skip to content

Commit

Permalink
nethack: wrapQtApp only in qtMode
Browse files Browse the repository at this point in the history
Regression introduced in #54525, tracked in #65399.
  • Loading branch information
mmahut committed Jul 28, 2019
1 parent c6e7bc2 commit 6f9fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/nethack/default.nix
Expand Up @@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {

enableParallelBuilding = true;

preFixup = ''
preFixup = stdenv.lib.optionalString qtMode ''
wrapQtApp "$out/games/nethack"
'';

Expand Down

0 comments on commit 6f9fa06

Please sign in to comment.