···853853 </listitem>
854854 <listitem>
855855 <para>
856856+ <literal>openjdk</literal> from version 11 and above is not
857857+ build with <literal>openjfx</literal> (i.e.: JavaFX) support
858858+ by default anymore. You can re-enable it by overriding, e.g.:
859859+ <literal>openjdk11.override { enableJavaFX = true; };</literal>.
860860+ </para>
861861+ </listitem>
862862+ <listitem>
863863+ <para>
856864 <link xlink:href="https://xastir.org/index.php/Main_Page">Xastir</link>
857865 can now access AX.25 interfaces via the
858866 <literal>libax25</literal> package.
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···211211212212- 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.
213213214214+- `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; };`.
215215+214216- [Xastir](https://xastir.org/index.php/Main_Page) can now access AX.25 interfaces via the `libax25` package.
215217216218- `nixos-version` now accepts `--configuration-revision` to display more information about the current generation revision
···77# TODO(@sternenseemann): gtk3 fails to evaluate in pkgsCross.ghcjs.buildPackages
88# which should be fixable, this is a no-rebuild workaround for GHC.
99, headless ? stdenv.targetPlatform.isGhcjs
1010-, enableJavaFX ? openjfx.meta.available, openjfx
1010+, enableJavaFX ? false, openjfx
1111, enableGnome2 ? true, gtk3, gnome_vfs, glib, GConf
1212}:
1313