doc/languages-frameworks/java: remove reference to oraclejdk

About to be removed, and this doesn't look true anymore.
This commit is contained in:
Tomo 2024-11-02 21:10:32 +00:00
parent fa08eabc4a
commit c0d9ad3ec4

View File

@ -33,8 +33,7 @@ stdenv.mkDerivation {
```
Note that `jdk` is an alias for the OpenJDK (self-built where available,
or pre-built via Zulu). Platforms with OpenJDK not (yet) in Nixpkgs
(`Aarch32`, `Aarch64`) point to the (unfree) `oraclejdk`.
or pre-built via Zulu).
Also note that not using `stripJavaArchivesHook` will likely cause the
generated `.jar` files to be non-deterministic, which is not optimal.