mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
zulu: enable __structuredAttrs and strictDeps
(cherry picked from commit f49b48c48e)
This commit is contained in:
committed by
github-actions[bot]
parent
79463ee60d
commit
a55f6e31f8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user