mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: tree-sitter-nix: Update to 0.0.2.
* gnu/packages/tree-sitter.scm (tree-sitter-nix): Update to 0.0.2. Change-Id: Icdb7bc67e3bcf7dc0fd50f3f253874217b5dab59
This commit is contained in:
parent
f90c18c7f7
commit
e5d7b23604
1 changed files with 10 additions and 5 deletions
|
|
@ -668,11 +668,16 @@ which will be used as a snippet in origin."
|
|||
(define-public tree-sitter-nix
|
||||
(tree-sitter-grammar
|
||||
"nix" "Nix"
|
||||
"0nn3ij8k6wkbf3kcvkyyp0vhfjcksi31wyyfwmsbx66maf2xgaii"
|
||||
"0.0.0"
|
||||
;; The most recent commit at time of packaging, no tags.
|
||||
#:commit "763168fa916a333a459434f1424b5d30645f015d"
|
||||
#:repository-url "https://github.com/nix-community/tree-sitter-nix"))
|
||||
"0rkvr64fvawblpg39rr0mrigf1rhsk30vng2vxviwb7fk50iww0i"
|
||||
"0.0.2"
|
||||
#:repository-url "https://github.com/nix-community/tree-sitter-nix"
|
||||
#:get-cleanup-snippet
|
||||
(lambda (grammar-directories)
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
;; FIXME: Language not found.
|
||||
(delete-file-recursively "test/highlight")
|
||||
#$(tree-sitter-delete-generated-files grammar-directories)))))
|
||||
|
||||
(define-public tree-sitter-org
|
||||
;; There are a lot of additions, the last tag was placed a while ago
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue