guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/25: gnu: Add tree-sitter-elixir.


From: guix-commits
Subject: 07/25: gnu: Add tree-sitter-elixir.
Date: Tue, 14 Feb 2023 08:13:53 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit 4650f8e9bab5e689b8dc46f17960c9d9bdb42771
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 13:30:13 2023 +0400

    gnu: Add tree-sitter-elixir.
    
    gnu/packages/tree-sitter.scm (tree-sitter-elixir): New variable.
---
 gnu/packages/tree-sitter.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index eecd82fcc9..71a74ae721 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]