me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-elixir.

gnu/packages/tree-sitter.scm (tree-sitter-elixir): New variable.
Andrew Tropin 2023-02-14 13:30:13 +04:00
parent cda1fa50c5
commit 4650f8e9ba
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 13 additions and 0 deletions

View File

@ -287,3 +287,16 @@ will be used in description and synopsis."
(git-version "0.20.0" revision commit)
#:commit commit
#:inputs (list tree-sitter-c))))
(define-public tree-sitter-elixir
;; No tags at all, version in the source code is 0.19.0
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")
(revision "0"))
(tree-sitter-grammar
"elixir" "Elixir"
"1i0c0xki3sv24649p0ws7xs2jagbwg7z7baz1960239bj94nl487"
(git-version "0.19.0" revision commit)
#:article "an"
#:repository-url "https://github.com/elixir-lang/tree-sitter-elixir"
#:commit commit
#:license (list license:asl2.0 license:expat))))