kde5.kbookmarks: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:49:08 -05:00
parent 44da4d92e3
commit 5fe38a707b

View File

@ -10,16 +10,9 @@
kdeFramework { kdeFramework {
name = "kbookmarks"; name = "kbookmarks";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ propagatedBuildInputs = [
kcodecs kcodecs kconfig kconfigwidgets kcoreaddons kiconthemes kxmlgui
kconfig
kconfigwidgets
kcoreaddons
kiconthemes
kxmlgui
]; ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }