mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: classpath-bootstrap: Use label-less input style.
* gnu/packages/java.scm (classpath-bootstrap)[native-inputs]: Use new style.
This commit is contained in:
parent
b1ee7a9a9d
commit
513f0ed751
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue