xdg-desktop-portal-gtk: add gnome-settings-daemon
This fixes "xdg-desktop-portal-gtk breaks font hinting". Aka, nixos/nixpkgs#93199.
This commit is contained in:
parent
e0b6b0a6d1
commit
749418c6b4
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
gnome3.gnome-desktop
|
gnome3.gnome-desktop
|
||||||
|
gnome3.gnome-settings-daemon # schemas needed for settings api (fonts, etc)
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user