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-18 17:27:06 +01:00
parent bebdfcd821
commit 81804f8726
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -465,8 +465,7 @@ (define ecj-bootstrap
(assoc-ref inputs "ant-bootstrap") (assoc-ref inputs "ant-bootstrap")
"/lib") "/lib")
"\\.jar$")) "\\.jar$"))
":")) ":"))))
#t))
(replace 'build (replace 'build
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
;; The unpack phase enters the "org" directory by mistake. ;; The unpack phase enters the "org" directory by mistake.