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 @@ tree walking, and translation.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("junit" ,java-junit)))))
|
`(("junit" ,java-junit)))))
|
||||||
|
|
||||||
(define antlr3-3.3
|
(define-public antlr3-3.3
|
||||||
(package
|
(package
|
||||||
(inherit antlr3)
|
(inherit antlr3)
|
||||||
(name "antlr3")
|
(name "antlr3")
|
||||||
|
|
Reference in a new issue