xcat: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 10:37:23 +01:00
parent 52f1281fdd
commit bece4bcde9
-1
View File
@@ -7,7 +7,6 @@
python3.pkgs.buildPythonApplication rec {
pname = "xcat";
version = "1.2.0";
disabled = python3.pythonOlder "3.7";
pyproject = true;
src = fetchFromGitHub {