From 628276552af490dcc2d7429d7c88eb0f7f1f790d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 Dec 2025 10:30:45 +0100 Subject: [PATCH] python313Packages.lcgit: remove disabled --- pkgs/development/python-modules/lcgit/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/lcgit/default.nix b/pkgs/development/python-modules/lcgit/default.nix index 21d972a63175..bf0ca03a7ac8 100644 --- a/pkgs/development/python-modules/lcgit/default.nix +++ b/pkgs/development/python-modules/lcgit/default.nix @@ -4,7 +4,6 @@ fetchFromGitHub, pytestCheckHook, pytest-cov-stub, - pythonOlder, setuptools, }: @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "3.0.0"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchFromGitHub { owner = "cisagov"; repo = "lcgit";