glances: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-18 15:11:36 +01:00
parent d51befbc8a
commit 23cd1b80e1
+1 -2
View File
@@ -3,7 +3,6 @@
buildPythonApplication,
fetchFromGitHub,
isPyPy,
pythonOlder,
lib,
defusedxml,
packaging,
@@ -31,7 +30,7 @@ buildPythonApplication rec {
version = "4.3.3";
pyproject = true;
disabled = isPyPy || pythonOlder "3.9";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";