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:
parent
1e7bd5e679
commit
48235c37db
@ -5915,8 +5915,7 @@ overly clever.")
|
||||
(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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user