Merge staging-next-21.05 into staging-21.05
This commit is contained in:
commit
c5139eb6a1
@ -3,6 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
, wrapQtAppsHook
|
||||||
, openscenegraph
|
, openscenegraph
|
||||||
, mygui
|
, mygui
|
||||||
, bullet
|
, bullet
|
||||||
@ -37,7 +38,7 @@ mkDerivation rec {
|
|||||||
sha256 = "0rm32zsmxvr6b0jjihfj543skhicbw5kg6shjx312clhlm035w2x";
|
sha256 = "0rm32zsmxvr6b0jjihfj543skhicbw5kg6shjx312clhlm035w2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL2
|
SDL2
|
||||||
@ -57,8 +58,6 @@ mkDerivation rec {
|
|||||||
"-DOpenGL_GL_PREFERENCE=LEGACY"
|
"-DOpenGL_GL_PREFERENCE=LEGACY"
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An unofficial open source engine reimplementation of the game Morrowind";
|
description = "An unofficial open source engine reimplementation of the game Morrowind";
|
||||||
homepage = "http://openmw.org";
|
homepage = "http://openmw.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user