rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 48235c37dbe1b599ec087c847330e074c703fe07
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Dec 5 00:47:15 2021 +0100

    gnu: java-commons-math3: Remove trailing #T.
    
    * gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T
    from build phase.
---
 gnu/packages/java.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 2ec54cd..827ad57 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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")))))

Reply via email to