kde-gtk-config: add xsettingsd input

This commit is contained in:
Thomas Tuegel 2020-08-31 10:07:54 -05:00
parent 70fb2bbc1b
commit 81b770fc8c
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -2,7 +2,7 @@
mkDerivation,
extra-cmake-modules, wrapGAppsHook,
glib, gtk2, gtk3, karchive, kcmutils, kconfigwidgets, ki18n, kiconthemes, kio,
knewstuff, gsettings-desktop-schemas
knewstuff, gsettings-desktop-schemas, xsettingsd
}:
mkDerivation {
@ -11,7 +11,7 @@ mkDerivation {
dontWrapGApps = true; # There is nothing to wrap
buildInputs = [
ki18n kio glib gtk2 gtk3 karchive kcmutils kconfigwidgets kiconthemes
knewstuff gsettings-desktop-schemas
knewstuff gsettings-desktop-schemas xsettingsd
];
cmakeFlags = [
"-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"