···259259 </listitem>
260260 <listitem>
261261 <para>
262262+ The <literal>services.graphite.api</literal> and
263263+ <literal>services.graphite.beacon</literal> NixOS options, and
264264+ the <literal>python3.pkgs.graphite_api</literal>,
265265+ <literal>python3.pkgs.graphite_beacon</literal> and
266266+ <literal>python3.pkgs.influxgraph</literal> packages, have
267267+ been removed due to lack of upstream maintenance.
268268+ </para>
269269+ </listitem>
270270+ <listitem>
271271+ <para>
262272 (Neo)Vim can not be configured with
263273 <literal>configure.pathogen</literal> anymore to reduce
264274 maintainance burden. Use <literal>configure.packages</literal>
+5
nixos/doc/manual/release-notes/rl-2211.section.md
···9999100100- riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
101101102102+- The `services.graphite.api` and `services.graphite.beacon` NixOS options, and
103103+ the `python3.pkgs.graphite_api`, `python3.pkgs.graphite_beacon` and
104104+ `python3.pkgs.influxgraph` packages, have been removed due to lack of upstream
105105+ maintenance.
106106+102107- (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
103108Use `configure.packages` instead.
104109
···7979 glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
8080 google_api_python_client = google-api-python-client; # added 2021-03-19
8181 googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
8282+ graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10
8383+ graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09
8284 grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
8385 ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
8486 HAP-python = hap-python; # added 2021-06-01
···8789 hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
8890 IMAPClient = imapclient; # added 2021-10-28
8991 ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
9292+ influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
9093 jupyter_client = jupyter-client; # added 2021-10-15
9194 Keras = keras; # added 2021-11-25
9295 lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04