kde5.dolphin-plugins: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:07:33 -05:00
parent a742a3e98f
commit aa8d8addeb

View File

@ -11,21 +11,15 @@
kdeApp {
name = "dolphin-plugins";
nativeBuildInputs = [
extra-cmake-modules
kdoctools
];
buildInputs = [
kxmlgui
dolphin
];
propagatedBuildInputs = [
kdelibs4support
ki18n
kio
];
meta = {
license = [ lib.licenses.gpl2 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
];
propagatedBuildInputs = [
kdelibs4support ki18n kio kxmlgui dolphin
];
}