mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openjdk: Add a variable tracking the latest openjdk package.
* gnu/packages/java.scm (openjdk): New variable.
This commit is contained in:
parent
6c2e14a43a
commit
e635167dc0
1 changed files with 3 additions and 0 deletions
|
@ -2284,6 +2284,9 @@ new Date();"))
|
||||||
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))
|
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))
|
||||||
(home-page "https://openjdk.java.net/projects/jdk/17")))
|
(home-page "https://openjdk.java.net/projects/jdk/17")))
|
||||||
|
|
||||||
|
;;; Convenience alias to point to the latest version of OpenJDK.
|
||||||
|
(define-public openjdk openjdk17)
|
||||||
|
|
||||||
(define-public icedtea icedtea-8)
|
(define-public icedtea icedtea-8)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue