mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: classpath-0.99: Use label-less input style.
* gnu/packages/java.scm (classpath-0.99)[native-inputs]: Use new style.
This commit is contained in:
parent
d55aad0a1b
commit
607d452855
1 changed files with 4 additions and 7 deletions
|
@ -592,13 +592,10 @@ (define classpath-0.99
|
|||
(add-after 'install 'install-data
|
||||
(lambda _ (invoke "make" "install-data"))))))
|
||||
(native-inputs
|
||||
`(("ecj-bootstrap" ,ecj-bootstrap)
|
||||
("ecj-javac-wrapper" ,ecj-javac-wrapper)
|
||||
("fastjar" ,fastjar)
|
||||
("jamvm" ,jamvm-1-bootstrap)
|
||||
("classpath" ,classpath-bootstrap)
|
||||
("libltdl" ,libltdl)
|
||||
("pkg-config" ,pkg-config)))))
|
||||
(list classpath-bootstrap
|
||||
ecj-bootstrap ecj-javac-wrapper
|
||||
fastjar jamvm-1-bootstrap
|
||||
libltdl pkg-config))))
|
||||
|
||||
;; We need this because classpath-bootstrap does not provide all of the tools
|
||||
;; we need to build classpath-devel.
|
||||
|
|
Loading…
Reference in a new issue