warmux: fix build
This commit is contained in:
parent
fe6862f8ab
commit
0ee8be3a19
@ -30,10 +30,12 @@ rec {
|
|||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
phaseNames = ["doPatch" "doConfigure" "doMakeInstall"];
|
||||||
|
|
||||||
configureFlags = "CFLAGS=\"-include ${zlib}/include/zlib.h\"";
|
configureFlags = "CFLAGS=\"-include ${zlib}/include/zlib.h\"";
|
||||||
|
|
||||||
|
patches = [ ./gcc-fix.patch ];
|
||||||
|
|
||||||
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