2016-07-30 05:13:00 +03:00
|
|
|
{
|
2017-05-16 18:56:41 +03:00
|
|
|
mkDerivation,
|
2017-05-17 22:26:11 +03:00
|
|
|
extra-cmake-modules, kdoctools,
|
2017-06-21 16:50:10 +03:00
|
|
|
grantlee, kcmutils, kconfig, kcoreaddons, kdbusaddons, kdelibs4support, ki18n,
|
|
|
|
kinit, khtml, kservice, xapian
|
2016-06-16 17:28:00 +03:00
|
|
|
}:
|
|
|
|
|
2017-05-16 18:56:41 +03:00
|
|
|
mkDerivation {
|
|
|
|
name = "khelpcenter";
|
2017-05-17 22:26:11 +03:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2017-06-21 16:50:10 +03:00
|
|
|
buildInputs = [
|
|
|
|
grantlee kcmutils kconfig kcoreaddons kdbusaddons kdelibs4support khtml
|
|
|
|
ki18n kinit kservice xapian
|
2017-05-16 18:56:41 +03:00
|
|
|
];
|
2017-08-18 20:28:05 +03:00
|
|
|
patches = [ ./khelpcenter_kcoreaddons.patch ];
|
2017-01-03 02:33:15 +03:00
|
|
|
}
|