zulu: don’t depend on OpenJDK’s meta.nix
This is about to go away.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user