kde5.kmenuedit: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 12:53:43 -05:00
parent a9c93158f2
commit 289e0bab8e

View File

@ -9,10 +9,9 @@ plasmaPackage {
kdoctools
makeQtWrapper
];
buildInputs = [
kxmlgui kdbusaddons kiconthemes
propagatedBuildInputs = [
kdelibs4support ki18n kio sonnet kxmlgui kdbusaddons kiconthemes
];
propagatedBuildInputs = [ kdelibs4support ki18n kio sonnet ];
postInstall = ''
wrapQtProgram "$out/bin/kmenuedit"
'';