kde-gtk-config: add xsettingsd input
This commit is contained in:
parent
70fb2bbc1b
commit
81b770fc8c
@ -2,7 +2,7 @@
|
|||||||
mkDerivation,
|
mkDerivation,
|
||||||
extra-cmake-modules, wrapGAppsHook,
|
extra-cmake-modules, wrapGAppsHook,
|
||||||
glib, gtk2, gtk3, karchive, kcmutils, kconfigwidgets, ki18n, kiconthemes, kio,
|
glib, gtk2, gtk3, karchive, kcmutils, kconfigwidgets, ki18n, kiconthemes, kio,
|
||||||
knewstuff, gsettings-desktop-schemas
|
knewstuff, gsettings-desktop-schemas, xsettingsd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -11,7 +11,7 @@ mkDerivation {
|
|||||||
dontWrapGApps = true; # There is nothing to wrap
|
dontWrapGApps = true; # There is nothing to wrap
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ki18n kio glib gtk2 gtk3 karchive kcmutils kconfigwidgets kiconthemes
|
ki18n kio glib gtk2 gtk3 karchive kcmutils kconfigwidgets kiconthemes
|
||||||
knewstuff gsettings-desktop-schemas
|
knewstuff gsettings-desktop-schemas xsettingsd
|
||||||
];
|
];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
|
"-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user