mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: ecj-javac-wrapper: Fix reference to glibj and tools.zip.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to glibj and tools.zip.
This commit is contained in:
parent
40e3a197f9
commit
51602aac8e
1 changed files with 2 additions and 2 deletions
|
@ -357,8 +357,8 @@ requirement for all GNU Classpath releases after version 0.93.")
|
|||
"/bin/jamvm"))
|
||||
(bootcp (let ((jvmlib (string-append (assoc-ref %build-inputs "classpath")
|
||||
"/share/classpath")))
|
||||
(string-append jvmlib "/lib/glibj.zip:"
|
||||
jvmlib "/lib/tools.zip"))))
|
||||
(string-append jvmlib "/glibj.zip:"
|
||||
jvmlib "/tools.zip"))))
|
||||
(mkdir-p bin)
|
||||
(with-output-to-file target
|
||||
(lambda _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue