31 version = "unstable-2017-10-20";
33 src = fetchFromGitHub {
36 rev = "8f81d4fc309a548ae89a068c2dde27b7e7ef8851";
37 sha256 = "1hvzglsmp75xiqqb0k75qjz4jwi8kl3fhn8zfsz53hhhqmbw6wkr";
40 __structuredAttrs = true;
42 preConfigure = "patchShebangs autogen.sh && ./autogen.sh";
43 configureFlags = [ "CFLAGS=-include ${zlib.dev}/include/zlib.h" ];
71 enableParallelBuilding = true;
74 description = "Ballistics turn-based battle game between teams - unofficial copy";
75 maintainers = with maintainers; [ raskin ];
76 platforms = platforms.linux;
77 license = with licenses; [
81 homepage = "https://github.com/fluxer/warmux";