GNU bug report logs - #72201
[PATCH] gnu: Add tree-sitter-prisma.

Previous Next

Package: guix-patches;

Reported by: rprior <at> protonmail.com

Date: Fri, 19 Jul 2024 22:02:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

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: rprior <at> protonmail.com
Subject: bug#72201: closed (Re: [PATCH] gnu: Add tree-sitter-prisma.)
Date: Fri, 19 Jul 2024 22:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72201: [PATCH] gnu: Add tree-sitter-prisma.

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 72201 <at> debbugs.gnu.org.

-- 
72201: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72201
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 72201-done <at> debbugs.gnu.org
Cc: rprior <at> protonmail.com
Subject: Re: [PATCH] gnu: Add tree-sitter-prisma.
Date: Fri, 19 Jul 2024 17:10:34 -0500
Hi Ryan,

Thanks for contributing to GNU Guix
-- 
all the best,
jgart

[Message part 3 (message/rfc822, inline)]
From: rprior <at> protonmail.com
To: guix-patches <at> gnu.org
Cc: Ryan Prior <rprior <at> protonmail.com>
Subject: [PATCH] gnu: Add tree-sitter-prisma.
Date: Fri, 19 Jul 2024 22:01:15 +0000
From: Ryan Prior <rprior <at> protonmail.com>

* gnu/packages/tree-sitter.scm (tree-sitter-prisma): New variable.

Change-Id: I9ecc20053d498244ed5c41df9a03790a7d25b2b4
---
 gnu/packages/tree-sitter.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index eb72b415ee..2f6e6809d7 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -531,6 +531,14 @@ (define-public tree-sitter-php
      (git-version "0.19.0" revision commit)
      #:commit commit)))
 
+(define-public tree-sitter-prisma
+  (tree-sitter-grammar
+   "prisma" "Prisma"
+   "19zb3dkwp2kpyivygqxk8yph0jpl7hn9zzcry15mshn2n0rs9sih"
+   "1.4.0"
+   #:repository-url "https://github.com/victorhqc/tree-sitter-prisma"
+   #:license license:expat))
+
 (define-public tree-sitter-python
   (tree-sitter-grammar
    "python" "Python"

base-commit: 158dc76f94fd7ffae2e31fb97619be4342bfed7b
-- 
2.45.2





This bug report was last modified 304 days ago.

Previous Next


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