gorilla-cli: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:50:16 +01:00
parent c4a789f337
commit 1c5ddc9d34
-2
View File
@@ -17,8 +17,6 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-3h3QtBDKswTDL7zNM2C4VWiGCqknm/bxhP9sw4ieIcQ=";
};
disabled = python3.pythonOlder "3.6";
build-system = with python3.pkgs; [
setuptools
];