3
0
Fork 0
forked from mirrors/nixpkgs

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 {
name = "kded";
buildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
}