11 gccStdenv.mkDerivation rec {
13 version = "unstable-2011-01-13";
15 src = fetchFromGitHub {
18 rev = "522f11a3e40670bbf85e0fada285141448167968";
19 sha256 = "WO7PN192HhcDl6iHIbVbH7MVMi1Tl2KyQbDa9DWRO6M=";
22 nativeBuildInputs = [ autoreconfHook269 ];
29 configureFlags = [ "--with-x" ];
35 # The code needs an update for gcc-10:
36 # https://github.com/hackndev/0verkill/issues/7
37 env.NIX_CFLAGS_COMPILE = "-fcommon";
38 hardeningDisable = [ "all" ]; # Someday the upstream will update the code...
41 homepage = "https://github.com/hackndev/0verkill";
42 description = "ASCII-ART bloody 2D action deathmatch-like game";
43 license = with licenses; gpl2Only;
44 maintainers = with maintainers; [ AndersonTorres ];
45 platforms = with platforms; unix;