Archived
1
0
Fork 0

gnu: classpath-bootstrap: Use 'search-input-file'.

* gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use
'search-input-file'.
This commit is contained in:
Ludovic Courtès 2021-09-01 15:32:39 +02:00
parent 3081fc68d6
commit fcf857eac4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -235,8 +235,7 @@ only faster.")
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list (string-append "JAVAC=" (list (string-append "JAVAC="
(assoc-ref %build-inputs "jikes") (search-input-file %build-inputs "/bin/jikes"))
"/bin/jikes")
"--disable-Werror" "--disable-Werror"
"--disable-gmp" "--disable-gmp"
"--disable-gtk-peer" "--disable-gtk-peer"