kde5.ksysguard: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 12:55:47 -05:00
parent b63b3485a0
commit bb74e9afa5

View File

@ -10,10 +10,10 @@ plasmaPackage {
kdoctools
makeQtWrapper
];
buildInputs = [
propagatedBuildInputs = [
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n
];
propagatedBuildInputs = [ kdelibs4support ki18n ];
postInstall = ''
wrapQtProgram "$out/bin/ksysguardd"
'';