guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openjdk12: Fix build.


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

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

commit 7a68045624d626f0406a6aae39e70ef1f2a11b0d
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Apr 5 17:09:56 2023 +0200

    gnu: openjdk12: Fix build.
    
    * gnu/packages/java.scm (openjdk12)[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 a01309e730..f6de35bdf8 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1432,7 +1432,8 @@ new Date();"))
         "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"))
       (modules '((guix build utils)))
       (snippet
-       '(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"))))
    (arguments
     (substitute-keyword-arguments (package-arguments openjdk11)
       ((#:phases phases)



reply via email to

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