pylode: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:50:41 +01:00
parent e7e75b8037
commit a8d8d927bc
-2
View File
@@ -9,8 +9,6 @@ python3.pkgs.buildPythonApplication rec {
version = "2.13.3";
pyproject = true;
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "RDFLib";
repo = "pylode";