gnu: ecj-bootstrap: Remove trailing #T.
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from build phase.master
parent
f668edc468
commit
3287c7c781
|
@ -490,8 +490,7 @@ Main-Class: org.eclipse.jdt.internal.compiler.batch.Main\n")))
|
|||
(let ((share (string-append (assoc-ref outputs "out")
|
||||
"/share/java/")))
|
||||
(mkdir-p share)
|
||||
(install-file "ecj-bootstrap.jar" share)
|
||||
#t))))))
|
||||
(install-file "ecj-bootstrap.jar" share)))))))
|
||||
(native-inputs
|
||||
`(("ant-bootstrap" ,ant-bootstrap)
|
||||
("unzip" ,unzip)
|
||||
|
|
Reference in New Issue