openmw: update for new openscenegraph

+2 -6
+2 -6
pkgs/games/openmw/default.nix
··· 2 2 , giflib, libXt, pkgconfig }: 3 3 4 4 let 5 - openscenegraph_ = openscenegraph.override { 6 - inherit ffmpeg giflib; 7 - withApps = false; 8 - }; 9 - openscenegraph__ = openscenegraph_.overrideDerivation (self: { 5 + openscenegraph_ = openscenegraph.overrideDerivation (self: { 10 6 src = fetchFromGitHub { 11 7 owner = "OpenMW"; 12 8 repo = "osg"; ··· 27 23 28 24 enableParallelBuilding = true; 29 25 30 - buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph__ SDL2 unshield openal pkgconfig libXt ]; 26 + buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph_ SDL2 unshield openal pkgconfig libXt ]; 31 27 32 28 meta = with stdenv.lib; { 33 29 description = "An unofficial open source engine reimplementation of the game Morrowind";