warmux: fix build

This commit is contained in:
Evgeny Egorochkin 2013-12-20 16:57:22 +02:00
parent fe6862f8ab
commit 0ee8be3a19

View File

@ -30,10 +30,12 @@ rec {
inherit buildInputs;
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
phaseNames = ["doPatch" "doConfigure" "doMakeInstall"];
configureFlags = "CFLAGS=\"-include ${zlib}/include/zlib.h\"";
patches = [ ./gcc-fix.patch ];
meta = {
description = "Ballistics turn-based battle game between teams";
maintainers = with a.lib.maintainers;