openmw: update for new openscenegraph

This commit is contained in:
Nikolay Amiantov 2016-09-16 19:29:03 +03:00
parent 32adfbfb3d
commit 663e379fb9

View File

@ -2,11 +2,7 @@
, giflib, libXt, pkgconfig }: , giflib, libXt, pkgconfig }:
let let
openscenegraph_ = openscenegraph.override { openscenegraph_ = openscenegraph.overrideDerivation (self: {
inherit ffmpeg giflib;
withApps = false;
};
openscenegraph__ = openscenegraph_.overrideDerivation (self: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OpenMW"; owner = "OpenMW";
repo = "osg"; repo = "osg";
@ -27,7 +23,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph__ SDL2 unshield openal pkgconfig libXt ]; buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph_ SDL2 unshield openal pkgconfig libXt ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An unofficial open source engine reimplementation of the game Morrowind"; description = "An unofficial open source engine reimplementation of the game Morrowind";