guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/18: gnu: openjdk: Add a variable tracking the latest openjdk package.


From: guix-commits
Subject: 01/18: gnu: openjdk: Add a variable tracking the latest openjdk package.
Date: Wed, 17 Aug 2022 22:57:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit e635167dc0aa644a355aefcbf35a25abfc7f1bef
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 14:32:35 2022 -0400

    gnu: openjdk: Add a variable tracking the latest openjdk package.
    
    * gnu/packages/java.scm (openjdk): New variable.
---
 gnu/packages/java.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 14fef6986c..73898d120c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2284,6 +2284,9 @@ new Date();"))
                  (("^#!.*") "#! 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)
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]