mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk16: Fix build.
* gnu/packages/java.scm (openjdk16)[origin]: Add patch.
This commit is contained in:
parent
b0779c1c64
commit
e8aeab85d3
1 changed files with 2 additions and 1 deletions
|
@ -1492,7 +1492,8 @@ blacklisted.certs.pem"
|
|||
(make-openjdk openjdk15 "16.0.2"
|
||||
"0587px2qbz07g3xi4a3ya6m630p72dvkxcn0bj1813pxnwvcgigz"
|
||||
(source (origin
|
||||
(inherit (package-source base))))))
|
||||
(inherit (package-source base))
|
||||
(patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
|
||||
|
||||
(define-public openjdk17
|
||||
(make-openjdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue