From 82fc758e95d7ea2810b8fa1dc374b8c8142b59ff Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 6 Oct 2024 03:44:39 +0100 Subject: [PATCH] =?UTF-8?q?zulu:=20don=E2=80=99t=20depend=20on=20OpenJDK?= =?UTF-8?q?=E2=80=99s=20`meta.nix`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is about to go away. --- pkgs/development/compilers/zulu/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/zulu/common.nix b/pkgs/development/compilers/zulu/common.nix index f1d0f43325f4..f8127b2b7450 100644 --- a/pkgs/development/compilers/zulu/common.nix +++ b/pkgs/development/compilers/zulu/common.nix @@ -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;