all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 40285@debbugs.gnu.org
Subject: [bug#40285] gnu: packages: java: antlr3: Make antlr3-3.3 public
Date: Mon, 30 Mar 2020 01:49:09 +0000	[thread overview]
Message-ID: <093ccf01caa8595305c0d22f03193aae@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Hello Guix!

Please find the attached patch to make the "antlr3-3.3" variable public.

Regards,
RG.

[-- Attachment #2: antlr3-3.3.patch --]
[-- Type: application/octet-stream, Size: 747 bytes --]

From be47a8520cddcee72ba9be531bbe922118f027d2 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sun, 29 Mar 2020 21:45:10 -0400
Subject: [PATCH 15/15] gnu: packages: java: antlr3: Make antlr3-3.3 public

* gnu/packages/java.scm (antlr3): Make antlr3-3.3 public.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 400ef8795e..37108f56c0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7162,7 +7162,7 @@ tree walking, and translation.")
     (inputs
      `(("junit" ,java-junit)))))
 
-(define antlr3-3.3
+(define-public antlr3-3.3
   (package
     (inherit antlr3)
     (name "antlr3")
-- 
2.26.0


             reply	other threads:[~2020-03-30  1:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  1:49 Raghav Gururajan [this message]
2020-03-31  2:55 ` bug#40285: gnu: packages: java: antlr3: Make antlr3-3.3 public Maxim Cournoyer
2020-03-31  3:04 ` [bug#40285] " Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=093ccf01caa8595305c0d22f03193aae@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40285@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.