guix-commits
[Top][All Lists]
Advanced

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

19/35: gnu: icedtea-8: Remove trailing #T from build phases.


From: guix-commits
Subject: 19/35: gnu: icedtea-8: Remove trailing #T from build phases.
Date: Sat, 18 Dec 2021 11:35:11 -0500 (EST)

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

commit 61074002d8cebce9b99c064c9225ce9b48f9221b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 00:09:39 2021 +0100

    gnu: icedtea-8: Remove trailing #T from build phases.
    
    * gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
---
 gnu/packages/java.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6feee9a..7d0e5e8 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1576,8 +1576,7 @@ new Date();"))
                                       "warning: failed to substitute: ~a~%"
                                       file))))
                         (find-files "openjdk.src/jdk/src/solaris/native"
-                                    "\\.c|\\.h"))
-                       #t)))
+                                    "\\.c|\\.h")))))
                  (replace 'fix-openjdk
                    (lambda _
                      (substitute*
@@ -1597,8 +1596,7 @@ new Date();"))
                        ;; Install the nss.cfg file to JRE to enable SSL/TLS
                        ;; support via NSS.
                        (copy-file (string-append jdk 
"/jre/lib/security/nss.cfg")
-                                  (string-append jre "/lib/security/nss.cfg"))
-                       #t)))
+                                  (string-append jre 
"/lib/security/nss.cfg")))))
                  (add-after 'install 'strip-jar-timestamps
                    (assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))))
       (native-inputs



reply via email to

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