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