mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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")))))
|
||||
|
|
Loading…
Reference in a new issue