gnu: ecj-bootstrap: Remove trailing #T.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 17 Dec 2021 16:19:36 +0000 (17:19 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 23 Dec 2021 19:27:45 +0000 (20:27 +0100)
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.

gnu/packages/java.scm

index 9865960..4bef961 100644 (file)
@@ -490,8 +490,7 @@ Main-Class: org.eclipse.jdt.internal.compiler.batch.Main\n")))
              (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)