openmw: update for new openscenegraph

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