GNU bug report logs - #66036
[PATCH] gnu: Add tree-sitter-lua.

Previous Next

Package: guix-patches;

Reported by: john muhl <jm <at> pub.pink>

Date: Sat, 16 Sep 2023 19:55:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: john muhl <jm <at> pub.pink>
Subject: bug#66036: closed (Re: bug#66036: [PATCH] gnu: Add tree-sitter-lua.)
Date: Sun, 08 Oct 2023 21:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66036: [PATCH] gnu: Add tree-sitter-lua.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66036 <at> debbugs.gnu.org.

-- 
66036: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66036
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 66036-done <at> debbugs.gnu.org
Subject: Re: bug#66036: [PATCH] gnu: Add tree-sitter-lua.
Date: Sun, 08 Oct 2023 23:39:42 +0200
john muhl <jm <at> pub.pink> skribis:

> gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: john muhl <jm <at> pub.pink>
To: guix-patches <at> gnu.org
Cc: john muhl <jm <at> pub.pink>
Subject: [PATCH] gnu: Add tree-sitter-lua.
Date: Sat, 16 Sep 2023 14:53:41 -0500
gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable.
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 58db2603af..e7a6eaab7d 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -607,3 +607,10 @@ (define-public tree-sitter-plantuml
            (use-modules (guix build utils))
            (delete-file "binding.gyp")
            (delete-file-recursively "bindings"))))))
+
+(define-public tree-sitter-lua
+  (tree-sitter-grammar
+   "lua" "Lua"
+   "05irhg6gg11r9cnzh0h3691pnxjhd396sa1x8xrgqjz2fd09brf3"
+   "0.0.19"
+   #:repository-url "https://github.com/MunifTanjim/tree-sitter-lua"))
-- 
2.41.0




This bug report was last modified 1 year and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.