kde5.kwrited: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 12:57:06 -05:00
parent e4d3699976
commit 0dc8b5f32c

View file

@ -5,6 +5,5 @@
plasmaPackage { plasmaPackage {
name = "kwrited"; name = "kwrited";
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kpty knotifications kdbusaddons ]; propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
propagatedBuildInputs = [ ki18n ];
} }