gnu: ecj-bootstrap: Remove trailing #T.
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
f668edc468
commit
3287c7c781
1 changed files with 1 additions and 2 deletions
|
@ -490,8 +490,7 @@ Main-Class: org.eclipse.jdt.internal.compiler.batch.Main\n")))
|
||||||
(let ((share (string-append (assoc-ref outputs "out")
|
(let ((share (string-append (assoc-ref outputs "out")
|
||||||
"/share/java/")))
|
"/share/java/")))
|
||||||
(mkdir-p share)
|
(mkdir-p share)
|
||||||
(install-file "ecj-bootstrap.jar" share)
|
(install-file "ecj-bootstrap.jar" share)))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ant-bootstrap" ,ant-bootstrap)
|
`(("ant-bootstrap" ,ant-bootstrap)
|
||||||
("unzip" ,unzip)
|
("unzip" ,unzip)
|
||||||
|
|
Reference in a new issue