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:
parent
5a37be5fc9
commit
9c02e2b93b
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user