mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add openjdk@20.
* gnu/packages/java.scm (openjdk20): New variable.
This commit is contained in:
parent
86507c96ed
commit
fc1b85740a
1 changed files with 4 additions and 0 deletions
|
@ -1546,6 +1546,10 @@ blacklisted.certs.pem"
|
||||||
;; Fix for "valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z".
|
;; Fix for "valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z".
|
||||||
(setenv "SOURCE_DATE_EPOCH" "1234567890")))))))))
|
(setenv "SOURCE_DATE_EPOCH" "1234567890")))))))))
|
||||||
|
|
||||||
|
(define-public openjdk20
|
||||||
|
(make-openjdk openjdk19 "20"
|
||||||
|
"0pk5lpwijfv9qv7vwpsq2xfklbnqdfs6xbdhc5aamrpar4xi4ykx"))
|
||||||
|
|
||||||
;;; Convenience alias to point to the latest version of OpenJDK.
|
;;; Convenience alias to point to the latest version of OpenJDK.
|
||||||
(define-public openjdk openjdk19)
|
(define-public openjdk openjdk19)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue