mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: tree-sitter-lua: Update to 0.3.0.
* gnu/packages/tree-sitter.scm (tree-sitter-lua): Update to 0.3.0. [#:get-cleanup-snippet]: Disable failing tests. Change-Id: Ie80d17078d106563121f59e9ee2af0d03c075540
This commit is contained in:
parent
4eb138e890
commit
73d04dc9f7
1 changed files with 9 additions and 3 deletions
|
|
@ -750,9 +750,15 @@ which will be used as a snippet in origin."
|
|||
(define-public tree-sitter-lua
|
||||
(tree-sitter-grammar
|
||||
"lua" "Lua"
|
||||
"05irhg6gg11r9cnzh0h3691pnxjhd396sa1x8xrgqjz2fd09brf3"
|
||||
"0.0.19"
|
||||
#:repository-url "https://github.com/MunifTanjim/tree-sitter-lua"))
|
||||
"041anx0qirvd4il87whpic8nfdc1nk3kimxdb99m25bfdzm9rn0r"
|
||||
"0.3.0"
|
||||
#:repository-url "https://github.com/MunifTanjim/tree-sitter-lua"
|
||||
#:get-cleanup-snippet
|
||||
(lambda (grammar-directories)
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(delete-file-recursively "test/highlight") ;FIXME
|
||||
#$(tree-sitter-delete-generated-files grammar-directories)))))
|
||||
|
||||
(define-public tree-sitter-scala
|
||||
(tree-sitter-grammar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue