13 , gsettings-desktop-schemas
20 pname = "kde-gtk-config";
21 nativeBuildInputs = [ extra-cmake-modules wrapGAppsHook3 ];
22 dontWrapGApps = true; # There is nothing to wrap
33 gsettings-desktop-schemas
39 "-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
40 "-DGLIB_SCHEMAS_DIR=${gsettings-desktop-schemas.out}/"
42 # The gtkconfig KDED module will crash the daemon if the GSettings schemas
44 patches = [ ./0001-gsettings-schemas-path.patch ];
46 NIX_CFLAGS_COMPILE+=" -DGSETTINGS_SCHEMAS_PATH=\"$GSETTINGS_SCHEMAS_PATH\""