gnu: classpath-bootstrap: Use label-less input style.

* gnu/packages/java.scm (classpath-bootstrap)[native-inputs]: Use new style.
This commit is contained in:
Ricardo Wurmus 2021-12-18 17:30:48 +01:00
parent b1ee7a9a9d
commit 513f0ed751
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -253,10 +253,7 @@ (define classpath-bootstrap
(add-after 'install 'install-data
(lambda _ (invoke "make" "install-data"))))))
(native-inputs
`(("jikes" ,jikes)
("fastjar" ,fastjar)
("libltdl" ,libltdl)
("pkg-config" ,pkg-config)))
(list jikes fastjar libltdl pkg-config))
(home-page "https://www.gnu.org/software/classpath/")
(synopsis "Essential libraries for Java")
(description "GNU Classpath is a project to create core class libraries