kde5.kemoticons: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:52:22 -05:00
parent e7f42467e3
commit 9f9ab4aa25

View file

@ -8,10 +8,7 @@
kdeFramework {
name = "kemoticons";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ karchive kconfig kcoreaddons ];
propagatedBuildInputs = [ kservice ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
}