python313Packages.pscript: remove disabled

This commit is contained in:
Fabian Affolter
2026-01-05 21:00:51 +01:00
parent 9a4fa7dea7
commit 7b4c3308e3
@@ -5,7 +5,6 @@
flit-core,
pytestCheckHook,
nodejs,
pythonOlder,
}:
buildPythonPackage rec {
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "flexxui";
repo = "pscript";