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
bebdfcd821
commit
81804f8726
1 changed files with 1 additions and 2 deletions
|
@ -465,8 +465,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||||
(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.
|
||||||
|
|
Reference in a new issue