openra: 20181215 -> 20190314 + updated other engine releases and mods

This commit is contained in:
Matthijs Steen
2019-05-12 22:19:12 +02:00
parent c420e6d59a
commit 73d64d4a04
5 changed files with 54 additions and 48 deletions
+2 -5
View File
@@ -3,7 +3,7 @@
*/
{ stdenv, makeSetupHook, curl, unzip, dos2unix, pkgconfig, makeWrapper
, lua, mono, dotnetPackages, python
, libGL, openal, SDL2
, libGL, freetype, openal, SDL2
, zenity
}:
@@ -11,7 +11,7 @@ with stdenv.lib;
let
path = makeBinPath ([ mono python ] ++ optional (zenity != null) zenity);
rpath = makeLibraryPath [ lua openal SDL2 ];
rpath = makeLibraryPath [ lua freetype openal SDL2 ];
mkdirp = makeSetupHook { } ./mkdirp.sh;
in {
@@ -54,10 +54,7 @@ in {
StyleCopMSBuild
StyleCopPlusMSBuild
] ++ [
lua
libGL
openal
SDL2
];
# TODO: Test if this is correct.