mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: ant-bootstrap: Use label-less input style.
* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Use new style.
This commit is contained in:
parent
fab1af81e0
commit
e8a6138ab1
1 changed files with 1 additions and 4 deletions
|
@ -411,10 +411,7 @@ (define (repack-archive jar)
|
||||||
"\\.jar$"))))
|
"\\.jar$"))))
|
||||||
(delete 'install))))
|
(delete 'install))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("jikes" ,jikes)
|
(list jikes jamvm-1-bootstrap unzip zip))
|
||||||
("jamvm" ,jamvm-1-bootstrap)
|
|
||||||
("unzip" ,unzip)
|
|
||||||
("zip" ,zip)))
|
|
||||||
(home-page "https://ant.apache.org")
|
(home-page "https://ant.apache.org")
|
||||||
(synopsis "Build tool for Java")
|
(synopsis "Build tool for Java")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue