openmw: add wrapQtAppsHook

dontWrapQtApps was blanket added in
5590e365e4775f138610b1036a75f8886921843e

(cherry picked from commit 854265777ced27a1d0b1bdead26463ce021bb779)
This commit is contained in:
Artturin 2021-07-30 22:01:05 +03:00 committed by Dmitry Kalinkin
parent c8b1c99164
commit bb8978a77c

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, cmake
, pkg-config
, wrapQtAppsHook
, openscenegraph
, mygui
, bullet
@ -37,7 +38,7 @@ mkDerivation rec {
sha256 = "0rm32zsmxvr6b0jjihfj543skhicbw5kg6shjx312clhlm035w2x";
};
nativeBuildInputs = [ cmake pkg-config ];
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
buildInputs = [
SDL2
@ -57,8 +58,6 @@ mkDerivation rec {
"-DOpenGL_GL_PREFERENCE=LEGACY"
];
dontWrapQtApps = true;
meta = with lib; {
description = "An unofficial open source engine reimplementation of the game Morrowind";
homepage = "http://openmw.org";