gnome.gnome-settings-daemon: 43.0 → 44.beta

The xsettings module will now always set `Gtk/IMModule` key in XSettings to `ibus`
when GTK’s IM module is set to an empty value (the default).
This will produce an incorrect value in GtkSettings for X11 apps but that does not really
matter as GTK will fall back to `gtk-im-context-simple` as before,
when the requested `ibus` module is not present.

https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/43.0...44.beta

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2023-04-06 01:34:57 +02:00
parent c13589761e
commit d004cccbc8
@@ -42,11 +42,11 @@
stdenv.mkDerivation rec {
pname = "gnome-settings-daemon";
version = "43.0";
version = "44.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-settings-daemon/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "NRO7JPxvgYFmciOmSgZ1NP3M879mMmqUA9OLDw1gE9A=";
sha256 = "nqXYLZ84eqBd0dBR7DS1OyT79k+cnNhCLt/sK+U27II=";
};
patches = [