2016-07-30 16:36:52 +02:00
|
|
|
{
|
2017-02-26 13:49:15 +01:00
|
|
|
kdeFramework, lib, extra-cmake-modules,
|
2016-07-30 16:36:52 +02:00
|
|
|
kconfig, kcoreaddons, kcrash, kdbusaddons, kdoctools, kinit, kservice
|
2016-04-21 17:32:21 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kded";
|
2016-04-28 17:50:54 +02:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 13:49:15 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-07-30 16:36:52 +02:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kconfig kcoreaddons kcrash kdbusaddons kinit kservice
|
|
|
|
];
|
2016-04-21 17:32:21 +02:00
|
|
|
}
|