warmux: fix build

This commit is contained in:
Evgeny Egorochkin
2013-12-21 02:28:24 +02:00
parent fe6862f8ab
commit 0ee8be3a19
+3 -1
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;