guix-commits
[Top][All Lists]
Advanced

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

73/75: gnu: openjdk14: Make reproducible.


From: guix-commits
Subject: 73/75: gnu: openjdk14: Make reproducible.
Date: Sun, 21 Jan 2024 13:21:53 -0500 (EST)

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

commit 603cae3e98e7a9a765eee4e8bbd3af4fb230446f
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Jul 31 20:09:18 2023 +0200

    gnu: openjdk14: Make reproducible.
    
    * gnu/packages/java.scm (openjdk14)[source]: Add patches.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/java.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 86934601f3..f581ff47a2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1694,7 +1694,9 @@ blacklisted.certs.pem"
                  (substitute* "make/autoconf/basics.m4"
                    (("if help") "if command -v"))
                  (for-each delete-file (find-files "." "\\.(bin|exe|jar)$"))))
-             (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
+             (patches (search-patches "openjdk-10-setsignalhandler.patch"
+                                      "openjdk-10-jtask-reproducibility.patch"
+                                      
"openjdk-13-classlist-reproducibility.patch"))))))
 
 (define-public openjdk15
   (make-openjdk



reply via email to

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