python313Packages.pscript: remove disabled
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user