xdg-desktop-portal-gtk: Clarify gsettings schema deps

org.gnome.settings-daemon.peripherals.mouse and font-related settings of org.gnome.settings-daemon.plugins.xsettings were moved to gsettings-desktop-schemas in GNOME 40, making the remaining whitelisted schemas from g-s-d basically useless.

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/31
This commit is contained in:
Jan Tojnar 2021-04-16 02:11:24 +02:00
parent 5a37be5fc9
commit 9c02e2b93b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -32,10 +32,10 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
gsettings-desktop-schemas
gsettings-desktop-schemas # settings exposed by settings portal
gtk3
gnome3.gnome-desktop
gnome3.gnome-settings-daemon # schemas needed for settings api (fonts, etc)
gnome3.gnome-settings-daemon # schemas needed for settings api (mostly useless now that fonts were moved to g-d-s)
];
meta = with lib; {