zulu: enable __structuredAttrs and strictDeps

(cherry picked from commit f49b48c48e)
This commit is contained in:
Gutyina Gergő
2026-08-01 19:23:19 +02:00
committed by github-actions[bot]
parent 79463ee60d
commit a55f6e31f8

View File

@@ -81,6 +81,9 @@ let
pname = "zulu-${javaPackage}";
version = dist.jdkVersion;
__structuredAttrs = true;
strictDeps = true;
src = fetchurl {
url = "https://cdn.azul.com/zulu/bin/zulu${dist.zuluVersion}-${javaPackage}${dist.jdkVersion}-${platform}_${arch}.tar.gz";
inherit (dist) hash;