me
/
guix
Archived
1
0
Fork 0

gnu: jamvm-1-bootstrap: Use label-less input style.

* gnu/packages/java.scm (jamvm-1-bootstrap)[inputs]: Use new style.
master
Ricardo Wurmus 2021-12-18 17:31:17 +01:00
parent 513f0ed751
commit fab1af81e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -299,11 +299,7 @@ language.")
(lambda _ (invoke "autoreconf" "-vif")))) (lambda _ (invoke "autoreconf" "-vif"))))
'%standard-phases))) '%standard-phases)))
(inputs (inputs
`(("classpath" ,classpath-bootstrap) (list classpath-bootstrap jikes libffi zip zlib))
("jikes" ,jikes)
("libffi" ,libffi)
("zip" ,zip)
("zlib" ,zlib)))
(native-inputs (native-inputs
(if (string-prefix? "aarch64" (or (%current-system) (if (string-prefix? "aarch64" (or (%current-system)
(%current-target-system))) (%current-target-system)))