brutalmaze: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 10:37:20 +01:00
parent 74240a8ceb
commit 86ea89c1af
-1
View File
@@ -8,7 +8,6 @@ python312Packages.buildPythonApplication rec {
pname = "brutalmaze";
version = "1.1.1";
pyproject = true;
disabled = python312Packages.pythonOlder "3.7";
src = fetchFromSourcehut {
owner = "~cnx";