···1313 <itemizedlist>
1414 <listitem>
1515 <para>
1616+ GNOME has been upgraded to 43. Please take a look at their
1717+ <link xlink:href="https://release.gnome.org/43/">Release
1818+ Notes</link> for details.
1919+ </para>
2020+ </listitem>
2121+ <listitem>
2222+ <para>
1623 During cross-compilation, tests are now executed if the test
1724 suite can be executed by the build platform. This is the case
1825 when doing “native” cross-compilation where the build and host
+3
nixos/doc/manual/release-notes/rl-2211.section.md
···6677In addition to numerous new and upgraded packages, this release has the following highlights:
8899+- GNOME has been upgraded to 43. Please take a look at their [Release
1010+ Notes](https://release.gnome.org/43/) for details.
1111+912- During cross-compilation, tests are now executed if the test suite can be executed
1013 by the build platform. This is the case when doing “native” cross-compilation
1114 where the build and host platforms are largely the same, but the nixpkgs' cross
···11+--- a/profile/flatpak.fish
22++++ b/profile/flatpak.fish
33+@@ -1,7 +1,7 @@
44+ if type -q flatpak
55+ # Set XDG_DATA_DIRS to include Flatpak installations
66+77+- set -x --path XDG_DATA_DIRS
88++ set -x --path XDG_DATA_DIRS $XDG_DATA_DIRS
99+1010+ set -q XDG_DATA_DIRS[1]; or set XDG_DATA_DIRS /usr/local/share /usr/share
1111+ set -q XDG_DATA_HOME; or set -l XDG_DATA_HOME $HOME/.local/share
···4040 "-Dlayershell=enabled"
4141 ];
42424343+ # G_APPLICATION_FLAGS_NONE is deprecated in GLib 2.73.3+.
4444+ NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
4545+4346 meta = with lib; {
4447 description = "GTK based greeter for greetd, to be run under cage or similar";
4548 homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet";
···153153 catfish = throw "'catfish' has been renamed to/replaced by 'xfce.catfish'"; # Converted to throw 2022-09-24
154154 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
155155 checkbashism = throw "'checkbashism' has been renamed to/replaced by 'checkbashisms'"; # Converted to throw 2022-02-22
156156+ chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
157157+ chronos = throw "chronos has been removed from nixpkgs, as it was unmaintained"; # Added 2020-08-15
156158 chunkwm = throw "chunkwm has been removed: abandoned by upstream"; # Added 2022-01-07
157159 cifs_utils = throw "'cifs_utils' has been renamed to/replaced by 'cifs-utils'"; # Converted to throw 2022-02-22
158160 cipherscan = throw "cipherscan was removed from nixpkgs, as it was unmaintained"; # added 2021-12-11