packages/jre17_standard: add jdk.security.auth module

This commit is contained in:
Max Headroom 2022-05-27 18:37:55 +02:00
parent 63eaced3a7
commit 15bb3ee708

View file

@ -27,6 +27,7 @@ super: rec {
"jdk.naming.dns"
"jdk.crypto.ec"
"jdk.zipfs"
"jdk.security.auth"
];
};
in jre // { meta = jre.meta // { inherit (super.jdk17_headless.meta) platforms; }; };