openmw: add wrapQtAppsHook (#132131)

dontWrapQtApps was blanket added in
5590e365e4
This commit is contained in:
Artturi 2021-07-31 03:40:22 +03:00 committed by GitHub
parent b3b187315b
commit 6463828755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

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";