kde5.kdenetwork-filesharing: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:12:29 -05:00
parent e14c14e6b9
commit 303071c14c

View File

@ -11,19 +11,15 @@
kdeApp {
name = "kdenetwork-filesharing";
nativeBuildInputs = [
extra-cmake-modules
kdoctools
];
buildInputs = [
kcoreaddons
ki18n
kio
kwidgetsaddons
samba
];
meta = {
license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
];
propagatedBuildInputs = [
kcoreaddons ki18n kio kwidgetsaddons samba
];
}