openmw: 0.36.1 -> 0.38.0
This commit is contained in:
parent
36a8c35461
commit
c6cb8ebe01
@ -1,34 +1,23 @@
|
|||||||
{ stdenv, fetchFromGitHub, qt4, ogre, mygui, bullet, ffmpeg, boost, cmake, SDL2, unshield, openal, pkgconfig }:
|
{ stdenv, fetchFromGitHub, qt4, openscenegraph, mygui, bullet, ffmpeg, boost, cmake, SDL2, unshield, openal, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.36.1";
|
version = "0.38.0";
|
||||||
name = "openmw-${version}";
|
name = "openmw-${version}";
|
||||||
|
|
||||||
mygui_ = mygui.overrideDerivation (oldAttrs: {
|
|
||||||
name = "mygui-3.2.1";
|
|
||||||
version = "3.2.1";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "MyGUI";
|
|
||||||
repo = "mygui";
|
|
||||||
rev = "MyGUI3.2.1";
|
|
||||||
sha256 = "1ic4xwyh2akfpqirrbyvicc56yy2r268rzgcgx16yqb4nrldy2p0";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenMW";
|
owner = "OpenMW";
|
||||||
repo = "openmw";
|
repo = "openmw";
|
||||||
rev = name;
|
rev = name;
|
||||||
sha256 = "0yfiilad6izmingc0nhvkvn6dpybps04xwj4k1h13ymip6awm80x";
|
sha256 = "1ssz1pa59a34v5vxiccqyvij5s38kl662p7xbc59y90y668f78y6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake boost ffmpeg qt4 bullet mygui_ ogre SDL2 unshield openal pkgconfig ];
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph SDL2 unshield openal pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user