mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public openjdk17
|
|||
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))
|
||||
(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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue