tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openmw: update for new openscenegraph
Nikolay Amiantov
9 years ago
663e379f
32adfbfb
+2
-6
1 changed file
expand all
collapse all
unified
split
pkgs
games
openmw
default.nix
+2
-6
pkgs/games/openmw/default.nix
···
2
2
, giflib, libXt, pkgconfig }:
3
3
4
4
let
5
5
-
openscenegraph_ = openscenegraph.override {
6
6
-
inherit ffmpeg giflib;
7
7
-
withApps = false;
8
8
-
};
9
9
-
openscenegraph__ = openscenegraph_.overrideDerivation (self: {
5
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
30
-
buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph__ SDL2 unshield openal pkgconfig libXt ];
26
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";