kde5.kross: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:00:18 -05:00
parent 86d9ef9c0f
commit 29b2d93bbf

View file

@ -5,10 +5,10 @@
kdeFramework {
name = "kross";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ kcompletion kcoreaddons kxmlgui ];
propagatedBuildInputs = [ ki18n kiconthemes kio kparts kwidgetsaddons qtscript ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [
kcompletion kcoreaddons ki18n kiconthemes kio kparts kwidgetsaddons kxmlgui
qtscript
];
}