all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40285] gnu: packages: java: antlr3: Make antlr3-3.3 public
@ 2020-03-30  1:49 Raghav Gururajan
  2020-03-31  2:55 ` bug#40285: " Maxim Cournoyer
  2020-03-31  3:04 ` [bug#40285] " Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Raghav Gururajan @ 2020-03-30  1:49 UTC (permalink / raw)
  To: 40285

[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-31  3:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30  1:49 [bug#40285] gnu: packages: java: antlr3: Make antlr3-3.3 public Raghav Gururajan
2020-03-31  2:55 ` bug#40285: " Maxim Cournoyer
2020-03-31  3:04 ` [bug#40285] " Maxim Cournoyer

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.