forked from mirrors/nixpkgs
kde5.kded: propagate all buildInputs
This commit is contained in:
parent
99c50e45c7
commit
f60d19ba86
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue