residualvm: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:37 +00:00
parent 1b784e5f6f
commit 2cf14077f4
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,6 @@
{ stdenv, fetchurl, SDL, zlib, libmpeg2, libmad, libogg, libvorbis, flac, alsaLib
, openglSupport ? false, libGLU_combined ? null
, libGLSupported
, openglSupport ? libGLSupported, libGLU_combined ? null
}:
assert openglSupport -> libGLU_combined != null;

View file

@ -20851,9 +20851,7 @@ in
racer = callPackage ../games/racer { };
residualvm = callPackage ../games/residualvm {
openglSupport = libGLSupported;
};
residualvm = callPackage ../games/residualvm { };
rftg = callPackage ../games/rftg { };