2020-04-24 23:36:52 +00:00
|
|
|
{
|
|
|
|
mkDerivation,
|
|
|
|
extra-cmake-modules, kdoctools,
|
|
|
|
grantlee, kcmutils, kconfig, kcoreaddons, kdbusaddons, kdelibs4support, ki18n,
|
|
|
|
kinit, khtml, kservice, xapian
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2021-01-05 17:05:55 +00:00
|
|
|
pname = "khelpcenter";
|
2020-04-24 23:36:52 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
|
|
|
grantlee kcmutils kconfig kcoreaddons kdbusaddons kdelibs4support khtml
|
|
|
|
ki18n kinit kservice xapian
|
|
|
|
];
|
|
|
|
}
|