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