mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: ecj-javac-wrapper: Remove trailing #T.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove trailing #T.
This commit is contained in:
parent
abbe291fc2
commit
f76fd68414
1 changed files with 1 additions and 2 deletions
|
@ -564,8 +564,7 @@ (define (main args)
|
|||
(if (null? args)
|
||||
(format (current-error-port) "javac: no arguments given!\n")
|
||||
(main args)))))))
|
||||
(chmod target #o755)
|
||||
#t))))
|
||||
(chmod target #o755)))))
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
("ecj-bootstrap" ,ecj-bootstrap)
|
||||
|
|
Loading…
Reference in a new issue