2016-07-30 04:13:00 +02:00
|
|
|
{
|
2017-05-16 17:56:41 +02:00
|
|
|
mkDerivation,
|
2017-05-17 21:26:11 +02:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-07-30 04:13:00 +02:00
|
|
|
grantlee, kconfig, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils,
|
|
|
|
kdelibs4support, khtml, kservice, xapian
|
2016-06-16 16:28:00 +02:00
|
|
|
}:
|
|
|
|
|
2017-05-16 17:56:41 +02:00
|
|
|
mkDerivation {
|
|
|
|
name = "khelpcenter";
|
2017-05-17 21:26:11 +02:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [ ki18n xapian ];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
grantlee kdelibs4support khtml kconfig kcoreaddons kdbusaddons
|
|
|
|
kinit kcmutils kservice
|
2017-05-16 17:56:41 +02:00
|
|
|
];
|
2017-01-03 00:33:15 +01:00
|
|
|
}
|