mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: ecj-bootstrap: Use label-less input style.
* gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Use new style.
This commit is contained in:
parent
e8a6138ab1
commit
d55aad0a1b
1 changed files with 1 additions and 5 deletions
|
@ -476,11 +476,7 @@ (define ecj-bootstrap
|
|||
(mkdir-p share)
|
||||
(install-file "ecj-bootstrap.jar" share)))))))
|
||||
(native-inputs
|
||||
`(("ant-bootstrap" ,ant-bootstrap)
|
||||
("unzip" ,unzip)
|
||||
("jikes" ,jikes)
|
||||
("jamvm" ,jamvm-1-bootstrap)
|
||||
("fastjar" ,fastjar)))
|
||||
(list ant-bootstrap unzip jikes jamvm-1-bootstrap fastjar))
|
||||
(home-page "https://eclipse.org")
|
||||
(synopsis "Eclipse Java development tools core batch compiler")
|
||||
(description "This package provides the Eclipse Java core batch compiler
|
||||
|
|
Loading…
Reference in a new issue