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