mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Rename stringtemplate4-4.0.6 to java-stringtemplate-4.0.6.
* gnu/packages/java.scm (stringtemplate4-4.0.6): Rename this... (java-stringtemplate-4.0.6): ...to this. (antlr3)[propagated-inputs]: Adjust accordingly.
This commit is contained in:
parent
64b7efc0db
commit
1345eeb03a
1 changed files with 3 additions and 3 deletions
|
@ -3243,9 +3243,9 @@ (define-public java-stringtemplate
|
|||
("antlr2" ,antlr2)
|
||||
("java-stringtemplate" ,java-stringtemplate-3)))))
|
||||
|
||||
(define stringtemplate4-4.0.6
|
||||
(define java-stringtemplate-4.0.6
|
||||
(package (inherit java-stringtemplate)
|
||||
(name "stringtemplate4")
|
||||
(name "java-stringtemplate")
|
||||
(version "4.0.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -3350,7 +3350,7 @@ (define-public antlr3
|
|||
(propagated-inputs
|
||||
`(("stringtemplate" ,java-stringtemplate-3)
|
||||
("antlr" ,antlr2)
|
||||
("stringtemplate4" ,stringtemplate4-4.0.6)))
|
||||
("stringtemplate4" ,java-stringtemplate-4.0.6)))
|
||||
(home-page "http://www.antlr3.org")
|
||||
(synopsis "Framework for constructing recognizers, compilers, and translators")
|
||||
(description "ANTLR, ANother Tool for Language Recognition, (formerly PCCTS)
|
||||
|
|
Loading…
Reference in a new issue