mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk15: Make reproducible.
* gnu/packages/java.scm (openjdk15)[source]: Add patch. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
dbce2fc287
commit
3c8ca6b26b
2 changed files with 42 additions and 1 deletions
|
@ -1710,7 +1710,8 @@ blacklisted.certs.pem"
|
|||
(modules '())
|
||||
(snippet #f)
|
||||
(patches
|
||||
(search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
|
||||
(search-patches "openjdk-15-jtask-reproducibility.patch"
|
||||
"openjdk-15-xcursor-no-dynamic.patch"))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs base)
|
||||
(append libxcursor))) ;for our patch to work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue