gnu: openjdk14: Make reproducible.

* gnu/packages/java.scm (openjdk14)[source]: Add patches.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Danny Milosavljevic 2023-07-31 20:09:18 +02:00 committed by Ludovic Courtès
parent 5996fb5b0c
commit dbce2fc287
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1697,7 +1697,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