kde5.knotifyconfig: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:58:50 -05:00
parent 35692118cd
commit de47317ef2

View file

@ -4,10 +4,7 @@
kdeFramework {
name = "knotifyconfig";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcompletion kconfig phonon ];
propagatedBuildInputs = [ ki18n kio ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ kcompletion kconfig ki18n kio phonon ];
}