···133 </listitem>
134 <listitem>
135 <para>
00000000136 <link xlink:href="https://github.com/leetronics/infnoise">infnoise</link>,
137 a hardware True Random Number Generator dongle. Available as
138 <link xlink:href="options.html#opt-services.infnoise.enable">services.infnoise</link>.
···255 <link xlink:href="https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units">According
256 to Barco</link> many of their base unit models can be used
257 with Google Chrome and the Google Cast extension.
00000000258 </para>
259 </listitem>
260 <listitem>
···133 </listitem>
134 <listitem>
135 <para>
136+ <link xlink:href="https://hbase.apache.org/">HBase
137+ cluster</link>, a distributed, scalable, big data store.
138+ Available as
139+ <link xlink:href="options.html#opt-services.hadoop.hbase.enable">services.hadoop.hbase</link>.
140+ </para>
141+ </listitem>
142+ <listitem>
143+ <para>
144 <link xlink:href="https://github.com/leetronics/infnoise">infnoise</link>,
145 a hardware True Random Number Generator dongle. Available as
146 <link xlink:href="options.html#opt-services.infnoise.enable">services.infnoise</link>.
···263 <link xlink:href="https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units">According
264 to Barco</link> many of their base unit models can be used
265 with Google Chrome and the Google Cast extension.
266+ </para>
267+ </listitem>
268+ <listitem>
269+ <para>
270+ <literal>services.hbase</literal> has been renamed to
271+ <literal>services.hbase-standalone</literal>. For production
272+ HBase clusters, use <literal>services.hadoop.hbase</literal>
273+ instead.
274 </para>
275 </listitem>
276 <listitem>
+5
nixos/doc/manual/release-notes/rl-2211.section.md
···5859- [dragonflydb](https://dragonflydb.io/), a modern replacement for Redis and Memcached. Available as [services.dragonflydb](#opt-services.dragonflydb.enable).
600061- [infnoise](https://github.com/leetronics/infnoise), a hardware True Random Number Generator dongle.
62 Available as [services.infnoise](options.html#opt-services.infnoise.enable).
63···99- The Barco ClickShare driver/client package `pkgs.clickshare-csc1` and the option `programs.clickshare-csc1.enable` have been removed,
100 as it requires `qt4`, which reached its end-of-life 2015 and will no longer be supported by nixpkgs.
101 [According to Barco](https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units) many of their base unit models can be used with Google Chrome and the Google Cast extension.
000102103- PHP 7.4 is no longer supported due to upstream not supporting this
104 version for the entire lifecycle of the 22.11 release.
···5859- [dragonflydb](https://dragonflydb.io/), a modern replacement for Redis and Memcached. Available as [services.dragonflydb](#opt-services.dragonflydb.enable).
6061+- [HBase cluster](https://hbase.apache.org/), a distributed, scalable, big data store. Available as [services.hadoop.hbase](options.html#opt-services.hadoop.hbase.enable).
62+63- [infnoise](https://github.com/leetronics/infnoise), a hardware True Random Number Generator dongle.
64 Available as [services.infnoise](options.html#opt-services.infnoise.enable).
65···101- The Barco ClickShare driver/client package `pkgs.clickshare-csc1` and the option `programs.clickshare-csc1.enable` have been removed,
102 as it requires `qt4`, which reached its end-of-life 2015 and will no longer be supported by nixpkgs.
103 [According to Barco](https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units) many of their base unit models can be used with Google Chrome and the Google Cast extension.
104+105+- `services.hbase` has been renamed to `services.hbase-standalone`.
106+ For production HBase clusters, use `services.hadoop.hbase` instead.
107108- PHP 7.4 is no longer supported due to upstream not supporting this
109 version for the entire lifecycle of the 22.11 release.
···1-From 1ac93cbf0eed951af6967a81f731a0f418ea0b3d Mon Sep 17 00:00:00 2001
2-From: Atemu <atemu.main@gmail.com>
3-Date: Tue, 17 May 2022 16:58:45 +0200
4-Subject: [PATCH 2/2] opengl32 nix workaround
5-6----
7- bin/mangohud.in | 2 +-
8- 1 file changed, 1 insertion(+), 1 deletion(-)
9-10diff --git a/bin/mangohud.in b/bin/mangohud.in
11-index 8ec21de..f65304a 100755
12--- a/bin/mangohud.in
13+++ b/bin/mangohud.in
14@@ -23,6 +23,6 @@ fi
15 # figure out whether the 32 or 64 bit version should be used, and will search
16 # for it in the correct directory
17- LD_PRELOAD="${LD_PRELOAD}:${MANGOHUD_LIB_NAME}"
18--LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@ld_libdir_mangohud@"
19-+LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@ld_libdir_mangohud@:@mangohud32@/lib/mangohud"
2021 exec env MANGOHUD=1 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" LD_PRELOAD="${LD_PRELOAD}" "$@"
22---
23-2.36.0
24-
···0000000001diff --git a/bin/mangohud.in b/bin/mangohud.in
2+index e13da99..086443c 100755
3--- a/bin/mangohud.in
4+++ b/bin/mangohud.in
5@@ -23,6 +23,6 @@ fi
6 # figure out whether the 32 or 64 bit version should be used, and will search
7 # for it in the correct directory
8+ LD_PRELOAD="${LD_PRELOAD}${LD_PRELOAD:+:}${MANGOHUD_LIB_NAME}"
9+-LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}@ld_libdir_mangohud@"
10++LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}@ld_libdir_mangohud@:@mangohud32@/lib/mangohud"
1112 exec env MANGOHUD=1 LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" LD_PRELOAD="${LD_PRELOAD}" "$@"
000