kde5.kde-gtk-config: propagate all buildInputs
This commit is contained in:
parent
9b5161e3aa
commit
a43ef07c72
@ -16,11 +16,10 @@ plasmaPackage {
|
|||||||
name = "kde-gtk-config";
|
name = "kde-gtk-config";
|
||||||
patches = [ ./0001-follow-symlinks.patch ];
|
patches = [ ./0001-follow-symlinks.patch ];
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
glib gtk2 gtk3 karchive kcmutils kconfigwidgets kiconthemes
|
ki18n kio glib gtk2 gtk3 karchive kcmutils kconfigwidgets kiconthemes
|
||||||
knewstuff
|
knewstuff
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ ki18n kio ];
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
|
"-DGTK2_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include"
|
||||||
"-DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include"
|
"-DGTK2_GDKCONFIG_INCLUDE_DIR=${gtk2.out}/lib/gtk-2.0/include"
|
||||||
|
Loading…
Reference in New Issue
Block a user