1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Revert "python312Packages.textual: 0.72.0 -> 0.75.0"

This commit is contained in:
OTABI Tomoya 2024-08-07 15:59:08 +09:00 committed by GitHub
parent 0c07957a2a
commit 7b07040ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.75.0";
version = "0.72.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,7 +39,10 @@ buildPythonPackage rec {
] ++ markdown-it-py.optional-dependencies.plugins ++ markdown-it-py.optional-dependencies.linkify;
optional-dependencies = {
syntax = [ tree-sitter ] ++ lib.optionals (pythonOlder "3.12") [ tree-sitter-languages ];
syntax = [
tree-sitter
tree-sitter-languages
];
};
nativeCheckInputs = [