kde5.kjobwidgets: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:56:25 -05:00
parent f4a5078245
commit 4e983f65b9

View file

@ -7,10 +7,7 @@
kdeFramework {
name = "kjobwidgets";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kwidgetsaddons ];
propagatedBuildInputs = [ qtx11extras ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ kcoreaddons kwidgetsaddons qtx11extras ];
}