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,
|
2017-06-21 13:50:10 +00:00
|
|
|
grantlee, kcmutils, kconfig, kcoreaddons, kdbusaddons, kdelibs4support, ki18n,
|
|
|
|
kinit, khtml, kservice, xapian
|
2016-06-16 14:28:00 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-16 15:56:41 +00:00
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "khelpcenter";
|
2017-05-17 19:26:11 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2017-06-21 13:50:10 +00:00
|
|
|
buildInputs = [
|
|
|
|
grantlee kcmutils kconfig kcoreaddons kdbusaddons kdelibs4support khtml
|
|
|
|
ki18n kinit kservice xapian
|
2017-05-16 15:56:41 +00:00
|
|
|
];
|
2017-01-02 23:33:15 +00:00
|
|
|
}
|