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
f668edc468
commit
3287c7c781
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue