packages/jre17_standard: add modules for Keycloak

This commit is contained in:
Max Headroom 2022-05-27 18:52:56 +02:00
parent 15bb3ee708
commit 6bc3cacc80

View file

@ -28,6 +28,9 @@ super: rec {
"jdk.crypto.ec" "jdk.crypto.ec"
"jdk.zipfs" "jdk.zipfs"
"jdk.security.auth" "jdk.security.auth"
"jdk.unsupported"
"jdk.xml.dom"
"jdk.sctp"
]; ];
}; };
in jre // { meta = jre.meta // { inherit (super.jdk17_headless.meta) platforms; }; }; in jre // { meta = jre.meta // { inherit (super.jdk17_headless.meta) platforms; }; };