kde5.kdesignerplugin: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:51:08 -05:00
parent f60d19ba86
commit be1091d46c

View File

@ -18,17 +18,13 @@
kdeFramework { kdeFramework {
name = "kdesignerplugin"; name = "kdesignerplugin";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ]; nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
buildInputs = [ propagatedBuildInputs = [
kcompletion kconfig kconfigwidgets kcoreaddons kdewebkit kcompletion kconfig kconfigwidgets kcoreaddons kdewebkit kiconthemes kio
kiconthemes kitemviews kplotting ktextwidgets kwidgetsaddons kitemviews kplotting ktextwidgets kwidgetsaddons kxmlgui sonnet
kxmlgui
]; ];
propagatedBuildInputs = [ kio sonnet ];
postInstall = '' postInstall = ''
wrapQtProgram "$out/bin/kgendesignerplugin" wrapQtProgram "$out/bin/kgendesignerplugin"
''; '';
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }