python3Packages.tatsu: disable for python<3.10
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "tatsu";
|
||||
version = "5.7.1";
|
||||
# upstream only supports 3.10+
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "neogeny";
|
||||
|
||||
Reference in New Issue
Block a user