gnu: classpath-bootstrap: Use 'search-input-file'.
* gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use 'search-input-file'.
This commit is contained in:
parent
3081fc68d6
commit
fcf857eac4
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue