~ruther/guix-local

afa77fc7cf5c4ddc0ddc7bbb917684def0b74030 — Evgenii Klimov 7 months ago 3435db1
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>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/tree-sitter.scm
M gnu/packages/tree-sitter.scm => gnu/packages/tree-sitter.scm +6 -0
@@ 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))