diff options
| author | Evgenii Klimov <eugene.dev@lipklim.org> | 2025-09-23 20:19:33 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-01 09:04:46 +0200 |
| commit | afa77fc7cf5c4ddc0ddc7bbb917684def0b74030 (patch) | |
| tree | 40668e337c69339149f3c86a91d4049c9a979cba /gnu | |
| parent | 3435db138399cf90f5f5418227ccb03c7e9c7209 (diff) | |
gnu: Add python-tree-sitter-html.
* gnu/packages/tree-sitter.scm (python-tree-sitter-html): New variable.
Change-Id: Iaf77833c3fdef09d22020d18c57b8212c47982ab
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tree-sitter.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index e582413d906..b50665cbd83 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -912,3 +912,9 @@ to generate the package name. When TESTS? is true, tests are enabled." python-wheel))) (description (string-append (package-description pkg) (P_ "\n\nThis variant provides Python bindings."))))) + +(define-public python-tree-sitter-html + (python-tree-sitter-grammar + tree-sitter-html + ;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged + #:tests? #f)) |
