Update LiquidWar6 to 0.4
This commit is contained in:
@@ -6,16 +6,16 @@ let
|
|||||||
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 csound
|
||||||
libXrender
|
libXrender libcaca cunit
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
name = "liquidwar6-0.0.13beta";
|
name = "liquidwar6-${meta.version}";
|
||||||
|
|
||||||
src = a.fetchurl {
|
src = a.fetchurl {
|
||||||
url = "mirror://gnu/liquidwar6/${name}.tar.gz";
|
url = "mirror://gnu/liquidwar6/${name}.tar.gz";
|
||||||
sha256 = "1jjf7wzb8jf02hl3473vz1q74fhmxn0szbishgi1f1j6a7234wx2";
|
sha256 = "1q58liqm5cgp494yjj6rfc2xj5b4gm8r8yvi46jzwqll353mabwl";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
@@ -35,5 +35,8 @@ rec {
|
|||||||
];
|
];
|
||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
|
homepage = "http://www.gnu.org/software/liquidwar6/";
|
||||||
|
version = "0.4.3681";
|
||||||
|
updateWalker=true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5641,7 +5641,7 @@ let
|
|||||||
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 libcaca csound cunit
|
||||||
;
|
;
|
||||||
guile = guile_1_8;
|
guile = guile_1_8;
|
||||||
libpng = libpng15; # 0.0.13 needs libpng 1.2--1.5
|
libpng = libpng15; # 0.0.13 needs libpng 1.2--1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user