···853 </listitem>
854 <listitem>
855 <para>
00000000856 <link xlink:href="https://xastir.org/index.php/Main_Page">Xastir</link>
857 can now access AX.25 interfaces via the
858 <literal>libax25</literal> package.
···853 </listitem>
854 <listitem>
855 <para>
856+ <literal>openjdk</literal> from version 11 and above is not
857+ build with <literal>openjfx</literal> (i.e.: JavaFX) support
858+ by default anymore. You can re-enable it by overriding, e.g.:
859+ <literal>openjdk11.override { enableJavaFX = true; };</literal>.
860+ </para>
861+ </listitem>
862+ <listitem>
863+ <para>
864 <link xlink:href="https://xastir.org/index.php/Main_Page">Xastir</link>
865 can now access AX.25 interfaces via the
866 <literal>libax25</literal> package.
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···211212- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.
21300214- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.
215216- `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision
···211212- The new option `services.tailscale.useRoutingFeatures` controls various settings for using Tailscale features like exit nodes and subnet routers. If you wish to use your machine as an exit node, you can set this setting to `server`, otherwise if you wish to use an exit node you can set this setting to `client`. The strict RPF warning has been removed as the RPF will be loosened automatically based on the value of this setting.
213214+- `openjdk` from version 11 and above is not build with `openjfx` (i.e.: JavaFX) support by default anymore. You can re-enable it by overriding, e.g.: `openjdk11.override { enableJavaFX = true; };`.
215+216- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.
217218- `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision
···7# TODO(@sternenseemann): gtk3 fails to evaluate in pkgsCross.ghcjs.buildPackages
8# which should be fixable, this is a no-rebuild workaround for GHC.
9, headless ? stdenv.targetPlatform.isGhcjs
10-, enableJavaFX ? openjfx.meta.available, openjfx
11, enableGnome2 ? true, gtk3, gnome_vfs, glib, GConf
12}:
13
···7# TODO(@sternenseemann): gtk3 fails to evaluate in pkgsCross.ghcjs.buildPackages
8# which should be fixable, this is a no-rebuild workaround for GHC.
9, headless ? stdenv.targetPlatform.isGhcjs
10+, enableJavaFX ? false, openjfx
11, enableGnome2 ? true, gtk3, gnome_vfs, glib, GConf
12}:
13