mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add python-tree-sitter-python.
* gnu/packages/tree-sitter.scm (python-tree-sitter-python): New variable. Change-Id: I3c7d059a0de8d5b3d99aaefe4e73e5df28cd42b5 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
c6ca9ea159
commit
9111c3554b
1 changed files with 6 additions and 0 deletions
|
|
@ -930,3 +930,9 @@ to generate the package name. When TESTS? is true, tests are enabled."
|
|||
tree-sitter-json
|
||||
;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
|
||||
#:tests? #f))
|
||||
|
||||
(define-public python-tree-sitter-python
|
||||
(python-tree-sitter-grammar
|
||||
tree-sitter-python
|
||||
;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
|
||||
#:tests? #f))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue