mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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 @@ (define ecj-bootstrap
|
|||
(assoc-ref inputs "ant-bootstrap")
|
||||
"/lib")
|
||||
"\\.jar$"))
|
||||
":"))
|
||||
#t))
|
||||
":"))))
|
||||
(replace 'build
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; The unpack phase enters the "org" directory by mistake.
|
||||
|
|
Loading…
Reference in a new issue