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