packages/jre17_standard: add jdk.security.auth module
This commit is contained in:
parent
63eaced3a7
commit
15bb3ee708
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ super: rec {
|
||||||
"jdk.naming.dns"
|
"jdk.naming.dns"
|
||||||
"jdk.crypto.ec"
|
"jdk.crypto.ec"
|
||||||
"jdk.zipfs"
|
"jdk.zipfs"
|
||||||
|
"jdk.security.auth"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in jre // { meta = jre.meta // { inherit (super.jdk17_headless.meta) platforms; }; };
|
in jre // { meta = jre.meta // { inherit (super.jdk17_headless.meta) platforms; }; };
|
||||||
|
|
Loading…
Reference in a new issue