LiquidWar is not ready for Guile 2.0

svn path=/nixpkgs/trunk/; revision=25998
This commit is contained in:
Michael Raskin 2011-02-16 22:21:07 +00:00
parent 479fc3a1d4
commit 820e9d1b06

View File

@ -3768,12 +3768,13 @@ let
liquidwar = builderDefsPackage ../games/liquidwar { liquidwar = builderDefsPackage ../games/liquidwar {
inherit (xlibs) xproto libX11 libXrender; inherit (xlibs) xproto libX11 libXrender;
inherit gmp guile mesa libjpeg libpng inherit gmp mesa libjpeg libpng
expat gettext perl expat gettext perl
SDL SDL_image SDL_mixer SDL_ttf SDL SDL_image SDL_mixer SDL_ttf
curl sqlite curl sqlite
libogg libvorbis libogg libvorbis
; ;
guile = guile_1_8;
}; };
log4cxx = callPackage ../development/libraries/log4cxx { }; log4cxx = callPackage ../development/libraries/log4cxx { };