gnu: ecj-bootstrap: Remove trailing #T.

* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.
This commit is contained in:
Ricardo Wurmus 2021-12-17 17:19:36 +01:00
parent f668edc468
commit 3287c7c781
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -490,8 +490,7 @@ (define ecj-bootstrap
(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)