warmux-11.04.1, fix build with libpng-1.5
svn path=/nixpkgs/trunk/; revision=32333
This commit is contained in:
parent
255dc2478d
commit
1bf215f261
@ -1,4 +1,5 @@
|
|||||||
x@{builderDefsPackage
|
x@{builderDefsPackage
|
||||||
|
, zlib
|
||||||
, curl, gnutls, fribidi, libpng, SDL, SDL_gfx, SDL_image, SDL_mixer
|
, curl, gnutls, fribidi, libpng, SDL, SDL_gfx, SDL_image, SDL_mixer
|
||||||
, SDL_net, SDL_ttf, libunwind, libX11, xproto, libxml2, pkgconfig
|
, SDL_net, SDL_ttf, libunwind, libX11, xproto, libxml2, pkgconfig
|
||||||
, gettext, intltool, libtool, perl
|
, gettext, intltool, libtool, perl
|
||||||
@ -13,10 +14,10 @@ let
|
|||||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
baseName="warmux";
|
baseName="warmux";
|
||||||
version="11.01";
|
version="11.04.1";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="http://download.gna.org/${baseName}/${name}.tar.bz2";
|
url="http://download.gna.org/${baseName}/${name}.tar.bz2";
|
||||||
hash="1f063yaab08gflh4hnd8clb4as41ayfphi4q0cmi8syjiaap2qgh";
|
hash="1vp44wdpnb1g6cddmn3nphc543pxsdhjis52mfif0p2c7qslz73q";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
@ -31,6 +32,8 @@ rec {
|
|||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||||
|
|
||||||
|
configureFlags = "CFLAGS=\"-include ${zlib}/include/zlib.h\"";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ballistics turn-based battle game between teams";
|
description = "Ballistics turn-based battle game between teams";
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user