guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: java-cisd-args4j: Remove trailing #T from build phase.


From: guix-commits
Subject: 03/11: gnu: java-cisd-args4j: Remove trailing #T from build phase.
Date: Sun, 8 Jan 2023 18:49:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 84543eae0604176ff5fc2e1affa01ff24b7d4524
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:32:28 2023 +0100

    gnu: java-cisd-args4j: Remove trailing #T from build phase.
    
    * gnu/packages/java.scm (java-cisd-args4j)[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 6f357675f9..49ec741997 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2553,8 +2553,7 @@ libraries from the SIS division at ETH Zurich like 
jHDF5.")
                  (("\\$\\{version.number\\}") ,base-version)
                  ;; Don't use custom ant tasks.
                  (("recursive-jar") "jar")
-                 (("<project-classpath.*") ""))
-               #t))
+                 (("<project-classpath.*") ""))))
            (replace 'install (install-jars "targets/dist")))))
       (inputs
        (list java-cisd-base))



reply via email to

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