Message ID | 20230731180919.28047-7-dannym@scratchpost.org |
---|---|
State | New |
Headers | show |
Series | Towards reproducible openjdk | expand |
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index d7cad12bf1..d4176f1375 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -1555,7 +1555,9 @@ (define-public openjdk14 (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