mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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
|
||||
gtk3
|
||||
gnome3.gnome-desktop
|
||||
gnome3.gnome-settings-daemon # schemas needed for settings api (fonts, etc)
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue