1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: antlr3: Make antlr3-3.3 public.

This is done in preparation of adding Linphone, which transitively requires
antlr3-3.3 through its belle-sip dependency.

* gnu/packages/java.scm (antlr3): Make antlr3-3.3 public.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Raghav Gururajan 2020-03-29 21:45:10 -04:00 committed by Maxim Cournoyer
parent 2330ef9427
commit 011f941279
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7160,7 +7160,7 @@ tree walking, and translation.")
(inputs
`(("junit" ,java-junit)))))
(define antlr3-3.3
(define-public antlr3-3.3
(package
(inherit antlr3)
(name "antlr3")