mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: jamvm-1-bootstrap: Use label-less input style.
* gnu/packages/java.scm (jamvm-1-bootstrap)[inputs]: Use new style.
This commit is contained in:
parent
513f0ed751
commit
fab1af81e0
1 changed files with 1 additions and 5 deletions
|
@ -299,11 +299,7 @@ (define jamvm-1-bootstrap
|
|||
(lambda _ (invoke "autoreconf" "-vif"))))
|
||||
'%standard-phases)))
|
||||
(inputs
|
||||
`(("classpath" ,classpath-bootstrap)
|
||||
("jikes" ,jikes)
|
||||
("libffi" ,libffi)
|
||||
("zip" ,zip)
|
||||
("zlib" ,zlib)))
|
||||
(list classpath-bootstrap jikes libffi zip zlib))
|
||||
(native-inputs
|
||||
(if (string-prefix? "aarch64" (or (%current-system)
|
||||
(%current-target-system)))
|
||||
|
|
Loading…
Reference in a new issue