Merge pull request #65528 from mmahut/nethack

nethack: wrapQtApp only in qtMode
This commit is contained in:
worldofpeace 2019-07-28 20:20:42 -04:00 committed by GitHub
commit 59f3cfa405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
preFixup = ''
preFixup = stdenv.lib.optionalString qtMode ''
wrapQtApp "$out/games/nethack"
'';