2022-04-28 23:00:57 +00:00
|
|
|
lib: version: with lib; {
|
2021-06-16 23:22:29 +00:00
|
|
|
homepage = "https://openjdk.java.net/";
|
2021-06-16 10:40:15 +00:00
|
|
|
license = licenses.gpl2Only;
|
2021-06-16 10:32:06 +00:00
|
|
|
description = "The open-source Java Development Kit";
|
2023-02-14 14:54:45 +00:00
|
|
|
maintainers = with maintainers; [ edwtjo ];
|
2022-07-03 08:08:38 +00:00
|
|
|
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" ];
|
2021-06-16 10:32:06 +00:00
|
|
|
mainProgram = "java";
|
2022-11-07 00:35:26 +00:00
|
|
|
knownVulnerabilities = optionals (builtins.elem (versions.major version) [ "12" "13" "14" "15" "16" "18" ]) [
|
2022-04-28 23:00:57 +00:00
|
|
|
"This OpenJDK version has reached its end of life."
|
|
|
|
];
|
2021-06-16 10:32:06 +00:00
|
|
|
}
|