guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: java-commons-math3: Remove trailing #T.
Date: Sat, 4 Dec 2021 18:49:38 -0500 (EST)

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

commit 48235c37dbe1b599ec087c847330e074c703fe07
Author: Ricardo Wurmus <rekado@elephly.net>
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

[Prev in Thread] Current Thread [Next in Thread]