guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: openjdk14: Fix build.


From: guix-commits
Subject: 02/02: gnu: openjdk14: Fix build.
Date: Wed, 5 Apr 2023 14:28:53 -0400 (EDT)

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

commit b0779c1c646016bd2cd8d163937772c0da2d473e
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Apr 5 18:41:25 2023 +0200

    gnu: openjdk14: Fix build.
    
    * gnu/packages/java.scm (openjdk14)[origin]: Add patch.
---
 gnu/packages/java.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f6de35bdf8..8182d7da5b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1466,7 +1466,8 @@ blacklisted.certs.pem"
                  ;; not available in bash-minimal
                  (substitute* "make/autoconf/basics.m4"
                    (("if help") "if command -v"))
-                 (for-each delete-file (find-files "." 
"\\.(bin|exe|jar)$"))))))))
+                 (for-each delete-file (find-files "." "\\.(bin|exe|jar)$"))))
+             (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
 
 (define-public openjdk15
   (make-openjdk



reply via email to

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