mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02: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 @@ only faster.")
|
||||||
(add-after 'install 'install-data
|
(add-after 'install 'install-data
|
||||||
(lambda _ (invoke "make" "install-data"))))))
|
(lambda _ (invoke "make" "install-data"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("jikes" ,jikes)
|
(list jikes fastjar libltdl pkg-config))
|
||||||
("fastjar" ,fastjar)
|
|
||||||
("libltdl" ,libltdl)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(home-page "https://www.gnu.org/software/classpath/")
|
(home-page "https://www.gnu.org/software/classpath/")
|
||||||
(synopsis "Essential libraries for Java")
|
(synopsis "Essential libraries for Java")
|
||||||
(description "GNU Classpath is a project to create core class libraries
|
(description "GNU Classpath is a project to create core class libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue