gnu: java-commons-math3: Remove trailing #T.

* gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T
from build phase.
This commit is contained in:
Ricardo Wurmus 2021-12-05 00:47:15 +01:00
parent 1e7bd5e679
commit 48235c37db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5915,8 +5915,7 @@ (define-public java-commons-math3
(lambda _
(substitute* "build.xml"
(("name=\"jar\" depends=\"test\"")
"name=\"jar\" depends=\"compile\""))
#t))
"name=\"jar\" depends=\"compile\""))))
;; There is no install target.
(replace 'install
(install-from-pom "pom.xml")))))