1 { lib, fetchFromSourcehut, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 disabled = python3Packages.pythonOlder "3.7";
9 src = fetchFromSourcehut {
13 sha256 = "1m105iq378mypj64syw59aldbm6bj4ma4ynhc50gafl656fabg4y";
16 nativeBuildInputs = with python3Packages; [
20 propagatedBuildInputs = with python3Packages; [
26 doCheck = false; # there's no test
29 description = "Minimalist thrilling shoot 'em up game";
30 homepage = "https://brutalmaze.rtfd.io";
31 license = licenses.agpl3Plus;
32 maintainers = [ maintainers.McSinyx ];