guix-commits
[Top][All Lists]
Advanced

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

25/35: gnu: ecj-bootstrap: Remove trailing #T.


From: guix-commits
Subject: 25/35: gnu: ecj-bootstrap: Remove trailing #T.
Date: Sat, 18 Dec 2021 11:35:12 -0500 (EST)

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

commit dc591d1d7566c7d2b7a4e6133e8b0f61e8f260fc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 17:27:06 2021 +0100

    gnu: ecj-bootstrap: Remove trailing #T.
    
    * gnu/packages/java.scm (ecj-bootstrap)[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 d187b3b..1ee5e66 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -465,8 +465,7 @@ build process and its dependencies, whereas Make uses 
Makefile format.")
                                          (assoc-ref inputs "ant-bootstrap")
                                          "/lib")
                                         "\\.jar$"))
-                      ":"))
-             #t))
+                      ":"))))
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
              ;; The unpack phase enters the "org" directory by mistake.



reply via email to

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