mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5996fb5b0c
commit
dbce2fc287
1 changed files with 3 additions and 1 deletions
|
@ -1697,7 +1697,9 @@ blacklisted.certs.pem"
|
||||||
(substitute* "make/autoconf/basics.m4"
|
(substitute* "make/autoconf/basics.m4"
|
||||||
(("if help") "if command -v"))
|
(("if help") "if command -v"))
|
||||||
(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"))))))
|
(patches (search-patches "openjdk-10-setsignalhandler.patch"
|
||||||
|
"openjdk-10-jtask-reproducibility.patch"
|
||||||
|
"openjdk-13-classlist-reproducibility.patch"))))))
|
||||||
|
|
||||||
(define-public openjdk15
|
(define-public openjdk15
|
||||||
(make-openjdk
|
(make-openjdk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue