mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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:
parent
2330ef9427
commit
011f941279
1 changed files with 1 additions and 1 deletions
|
@ -7160,7 +7160,7 @@ (define antlr3-bootstrap
|
|||
(inputs
|
||||
`(("junit" ,java-junit)))))
|
||||
|
||||
(define antlr3-3.3
|
||||
(define-public antlr3-3.3
|
||||
(package
|
||||
(inherit antlr3)
|
||||
(name "antlr3")
|
||||
|
|
Loading…
Reference in a new issue