guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: openjdk16: Fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: openjdk16: Fix build.
Date: Wed, 05 Apr 2023 15:57:03 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new e8aeab85d3 gnu: openjdk16: Fix build.
e8aeab85d3 is described below

commit e8aeab85d387ca3e577519ca31288025383e94d9
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Apr 5 20:08:07 2023 +0200

    gnu: openjdk16: Fix build.
    
    * gnu/packages/java.scm (openjdk16)[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 8182d7da5b..8254330d55 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1492,7 +1492,8 @@ blacklisted.certs.pem"
   (make-openjdk openjdk15 "16.0.2"
                 "0587px2qbz07g3xi4a3ya6m630p72dvkxcn0bj1813pxnwvcgigz"
    (source (origin
-             (inherit (package-source base))))))
+             (inherit (package-source base))
+             (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
 
 (define-public openjdk17
   (make-openjdk



reply via email to

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