mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
LiquidWar is not ready for Guile 2.0
svn path=/nixpkgs/trunk/; revision=25998
This commit is contained in:
parent
479fc3a1d4
commit
820e9d1b06
@ -3768,12 +3768,13 @@ let
|
||||
|
||||
liquidwar = builderDefsPackage ../games/liquidwar {
|
||||
inherit (xlibs) xproto libX11 libXrender;
|
||||
inherit gmp guile mesa libjpeg libpng
|
||||
inherit gmp mesa libjpeg libpng
|
||||
expat gettext perl
|
||||
SDL SDL_image SDL_mixer SDL_ttf
|
||||
curl sqlite
|
||||
libogg libvorbis
|
||||
;
|
||||
guile = guile_1_8;
|
||||
};
|
||||
|
||||
log4cxx = callPackage ../development/libraries/log4cxx { };
|
||||
|
Loading…
Reference in New Issue
Block a user