1
0
Fork 1
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:
Cole Mickens 2020-07-16 14:49:58 -07:00
parent e0b6b0a6d1
commit 749418c6b4
No known key found for this signature in database
GPG key ID: B475C2955744A019

View file

@ -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; {