openmw: update for new openscenegraph
This commit is contained in:
parent
32adfbfb3d
commit
663e379fb9
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user