2015-10-10 18:31:23 +02:00
|
|
|
{ plasmaPackage, extra-cmake-modules, kdoctools, kconfig
|
|
|
|
, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils, kdelibs4support
|
|
|
|
, khtml, kservice
|
2015-09-27 17:03:00 +02:00
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "khelpcenter";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
kdoctools
|
|
|
|
];
|
|
|
|
buildInputs = [
|
2015-10-10 18:50:36 +02:00
|
|
|
kconfig kcoreaddons kdbusaddons kinit kcmutils kservice
|
2015-09-27 17:03:00 +02:00
|
|
|
];
|
2015-10-10 18:50:36 +02:00
|
|
|
propagatedBuildInputs = [ kdelibs4support khtml ki18n ];
|
2015-09-27 17:03:00 +02:00
|
|
|
postInstall = ''
|
|
|
|
wrapKDEProgram "$out/bin/khelpcenter"
|
|
|
|
'';
|
|
|
|
}
|