zulu: don’t depend on OpenJDK’s meta.nix

This is about to go away.
This commit is contained in:
Emily
2024-10-06 03:44:39 +01:00
parent e7b71481e4
commit 82fc758e95
+2 -1
View File
@@ -155,13 +155,14 @@ let
home = jdk;
};
meta = (import ../openjdk/meta.nix lib version) // {
meta = {
description = "Certified builds of OpenJDK";
longDescription = ''
Certified builds of OpenJDK that can be deployed across multiple
operating systems, containers, hypervisors and Cloud platforms.
'';
homepage = "https://www.azul.com/products/zulu/";
license = lib.licenses.gpl2Only;
mainProgram = "java";
maintainers = [ ];
platforms = builtins.attrNames dists;