···722 </listitem>
723 <listitem>
724 <para>
0000000725 The <literal>aws</literal> package has been removed due to
726 being abandoned by the upstream. It is recommended to use
727 <literal>awscli</literal> or <literal>awscli2</literal>
···835 </listitem>
836 <listitem>
837 <para>
0000000000838 <literal>mysql57</literal> has been removed. Please update to
839 <literal>mysql80</literal> or <literal>mariadb</literal>. See
840 the
···855 <para>
856 <literal>k3s</literal> supports <literal>clusterInit</literal>
857 option, and it is enabled by default, for servers.
0000000858 </para>
859 </listitem>
860 <listitem>
···1164 <link xlink:href="options.html#opt-systemd.oomd.enableSystemSlice">systemd.oomd.enableSystemSlice</link>,
1165 and
1166 <link xlink:href="options.html#opt-systemd.oomd.enableUserServices">systemd.oomd.enableUserServices</link>.
00000001167 </para>
1168 </listitem>
1169 <listitem>
···722 </listitem>
723 <listitem>
724 <para>
725+ The <literal>trace</literal> binary from
726+ <literal>perf-linux</literal> package has been removed, due to
727+ being a duplicate of the <literal>perf</literal> binary.
728+ </para>
729+ </listitem>
730+ <listitem>
731+ <para>
732 The <literal>aws</literal> package has been removed due to
733 being abandoned by the upstream. It is recommended to use
734 <literal>awscli</literal> or <literal>awscli2</literal>
···842 </listitem>
843 <listitem>
844 <para>
845+ <literal>cassandra_2_1</literal> and
846+ <literal>cassandra_2_2</literal> have been removed. Please
847+ update to <literal>cassandra_3_11</literal> or
848+ <literal>cassandra_3_0</literal>. See the
849+ <link xlink:href="https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt">changelog</link>
850+ for more information about the upgrade process.
851+ </para>
852+ </listitem>
853+ <listitem>
854+ <para>
855 <literal>mysql57</literal> has been removed. Please update to
856 <literal>mysql80</literal> or <literal>mariadb</literal>. See
857 the
···872 <para>
873 <literal>k3s</literal> supports <literal>clusterInit</literal>
874 option, and it is enabled by default, for servers.
875+ </para>
876+ </listitem>
877+ <listitem>
878+ <para>
879+ <literal>percona-server56</literal> has been removed. Please
880+ migrate to <literal>mysql</literal> or
881+ <literal>mariadb</literal> if possible.
882 </para>
883 </listitem>
884 <listitem>
···1188 <link xlink:href="options.html#opt-systemd.oomd.enableSystemSlice">systemd.oomd.enableSystemSlice</link>,
1189 and
1190 <link xlink:href="options.html#opt-systemd.oomd.enableUserServices">systemd.oomd.enableUserServices</link>.
1191+ </para>
1192+ </listitem>
1193+ <listitem>
1194+ <para>
1195+ The <literal>tt-rss</literal> service performs two database
1196+ migrations when you first use its web UI after upgrade.
1197+ Consider backing up its database before updating.
1198 </para>
1199 </listitem>
1200 <listitem>
+8
nixos/doc/manual/release-notes/rl-2211.section.md
···235 `python3.pkgs.influxgraph` packages, have been removed due to lack of upstream
236 maintenance.
23700238- The `aws` package has been removed due to being abandoned by the upstream. It is recommended to use `awscli` or `awscli2` instead.
239240- The [CEmu TI-84 Plus CE emulator](https://ce-programming.github.io/CEmu) package has been renamed to `cemu-ti`. The [Cemu Wii U emulator](https://cemu.info) is now packaged as `cemu`.
···261262- `k3s` no longer supports docker as runtime due to upstream dropping support.
26300264- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
265266- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
267- `k3s` supports `clusterInit` option, and it is enabled by default, for servers.
00268269- `stylua` no longer accepts `lua52Support` and `luauSupport` overrides, use `features` instead, which defaults to `[ "lua54" "luau" ]`.
270···360 [systemd.oomd.enableRootSlice](options.html#opt-systemd.oomd.enableRootSlice),
361 [systemd.oomd.enableSystemSlice](options.html#opt-systemd.oomd.enableSystemSlice),
362 and [systemd.oomd.enableUserServices](options.html#opt-systemd.oomd.enableUserServices).
00363364- The `pass-secret-service` package now includes systemd units from upstream, so adding it to the NixOS `services.dbus.packages` option will make it start automatically as a systemd user service when an application tries to talk to the libsecret D-Bus API.
365
···235 `python3.pkgs.influxgraph` packages, have been removed due to lack of upstream
236 maintenance.
237238+- The `trace` binary from `perf-linux` package has been removed, due to being a duplicate of the `perf` binary.
239+240- The `aws` package has been removed due to being abandoned by the upstream. It is recommended to use `awscli` or `awscli2` instead.
241242- The [CEmu TI-84 Plus CE emulator](https://ce-programming.github.io/CEmu) package has been renamed to `cemu-ti`. The [Cemu Wii U emulator](https://cemu.info) is now packaged as `cemu`.
···263264- `k3s` no longer supports docker as runtime due to upstream dropping support.
265266+- `cassandra_2_1` and `cassandra_2_2` have been removed. Please update to `cassandra_3_11` or `cassandra_3_0`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt) for more information about the upgrade process.
267+268- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
269270- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
271- `k3s` supports `clusterInit` option, and it is enabled by default, for servers.
272+273+- `percona-server56` has been removed. Please migrate to `mysql` or `mariadb` if possible.
274275- `stylua` no longer accepts `lua52Support` and `luauSupport` overrides, use `features` instead, which defaults to `[ "lua54" "luau" ]`.
276···366 [systemd.oomd.enableRootSlice](options.html#opt-systemd.oomd.enableRootSlice),
367 [systemd.oomd.enableSystemSlice](options.html#opt-systemd.oomd.enableSystemSlice),
368 and [systemd.oomd.enableUserServices](options.html#opt-systemd.oomd.enableUserServices).
369+370+- The `tt-rss` service performs two database migrations when you first use its web UI after upgrade. Consider backing up its database before updating.
371372- The `pass-secret-service` package now includes systemd units from upstream, so adding it to the NixOS `services.dbus.packages` option will make it start automatically as a systemd user service when an application tries to talk to the libsecret D-Bus API.
373
···73 separateDebugInfo = true;
74 installFlags = [ "install" "install-man" "ASCIIDOC8=1" "prefix=$(out)" ];
750000076 preFixup = ''
77 # Pull in 'objdump' into PATH to make annotations work.
78 # The embeded Python interpreter will search PATH to calculate the Python path configuration(Should be fixed by upstream).
···73 separateDebugInfo = true;
74 installFlags = [ "install" "install-man" "ASCIIDOC8=1" "prefix=$(out)" ];
7576+ postInstall =''
77+ # Same as perf. Remove.
78+ rm -f $out/bin/trace
79+ '';
80+81 preFixup = ''
82 # Pull in 'objdump' into PATH to make annotations work.
83 # The embeded Python interpreter will search PATH to calculate the Python path configuration(Should be fixed by upstream).
···1-{ lib, stdenv, fetchurl }:
23stdenv.mkDerivation rec {
4 pname = "tt-rss";
5- year = "21";
6- month = "06";
7- day = "21";
8- version = "20${year}-${month}-${day}";
9- rev = "cd26dbe64c9b14418f0b2d826a38a35c6bf8a270";
1011- src = fetchurl {
12- url = "https://git.tt-rss.org/fox/tt-rss/archive/${rev}.tar.gz";
13- sha256 = "1dpmzi7hknv5rk2g1iw13r8zcxcwrhkd5hhf292ml0dw3cwki0gm";
014 };
1516 installPhase = ''
···2122 # see the code of Config::get_version(). you can check that the version in
23 # the footer of the preferences pages is not UNKNOWN
24- echo "${year}.${month}" > $out/version_static.txt
2526 runHook postInstall
27 '';
···1+{ lib, stdenv, fetchgit }:
23stdenv.mkDerivation rec {
4 pname = "tt-rss";
5+ version = "unstable-2022-10-15";
000067+ src = fetchgit {
8+ url = "https://git.tt-rss.org/fox/tt-rss.git";
9+ rev = "602e8684258062937d7f554ab7889e8e02318c96";
10+ sha256 = "sha256-vgRaxo998Gx9rVeZZl52jppK1v11jpEK0J0NoDMT44I=";
11 };
1213 installPhase = ''
···1819 # see the code of Config::get_version(). you can check that the version in
20 # the footer of the preferences pages is not UNKNOWN
21+ echo "22.10" > $out/version_static.txt
2223 runHook postInstall
24 '';
···173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
00176 catfish = xfce.catfish; # Added 2019-12-22
177 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
178 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12
···1067 pdfstudio = throw "'pdfstudio' has been replaced with 'pdfstudio<year>', where '<year>' is the year from the PDF Studio version number, because each license is specific to a given year"; # Added 2022-09-04
1068 peach = asouldocs; # Added 2022-08-28
1069 pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
001070 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
1071 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
1072 pgadmin = pgadmin4;
···173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
176+ cassandra_2_1 = throw "cassandra_2_1 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
177+ cassandra_2_2 = throw "cassandra_2_2 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
178 catfish = xfce.catfish; # Added 2019-12-22
179 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
180 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12
···1069 pdfstudio = throw "'pdfstudio' has been replaced with 'pdfstudio<year>', where '<year>' is the year from the PDF Studio version number, because each license is specific to a given year"; # Added 2022-09-04
1070 peach = asouldocs; # Added 2022-08-28
1071 pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
1072+ percona-server = percona-server56; # Added 2022-11-01
1073+ percona-server56 = throw "'percona-server56' has been dropped due to lack of maintenance, no upstream support and security issues"; # Added 2022-11-01
1074 perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
1075 perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22
1076 pgadmin = pgadmin4;