kde5.kpeople: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:59:36 -05:00
parent 6a235b3e7f
commit aa8d2d180d

View File

@ -4,12 +4,9 @@
kdeFramework {
name = "kpeople";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
kcoreaddons kitemviews kservice kwidgetsaddons
propagatedBuildInputs = [
kcoreaddons ki18n kitemviews kservice kwidgetsaddons qtdeclarative
];
propagatedBuildInputs = [ ki18n qtdeclarative ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}