kde5.kded: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:50:54 -05:00
parent 99c50e45c7
commit f60d19ba86

View File

@ -11,9 +11,7 @@
kdeFramework { kdeFramework {
name = "kded"; name = "kded";
buildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ]; meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
meta = { propagatedBuildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
maintainers = [ lib.maintainers.ttuegel ];
};
} }