summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/khelpcenter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/khelpcenter.nix')
-rw-r--r--pkgs/applications/kde/khelpcenter.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/kde/khelpcenter.nix b/pkgs/applications/kde/khelpcenter.nix
index 9862d75fdf42..db68cec976e3 100644
--- a/pkgs/applications/kde/khelpcenter.nix
+++ b/pkgs/applications/kde/khelpcenter.nix
@@ -1,15 +1,16 @@
{
mkDerivation,
- extra-cmake-modules, kdoctools, wrapGAppsHook,
+ extra-cmake-modules, kdoctools,
grantlee, kconfig, kcoreaddons, kdbusaddons, ki18n, kinit, kcmutils,
kdelibs4support, khtml, kservice, xapian
}:
mkDerivation {
name = "khelpcenter";
- nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
- buildInputs = [
- grantlee kdelibs4support khtml ki18n kconfig kcoreaddons kdbusaddons
- kinit kcmutils kservice xapian
+ nativeBuildInputs = [ extra-cmake-modules kdoctools ];
+ buildInputs = [ ki18n xapian ];
+ propagatedBuildInputs = [
+ grantlee kdelibs4support khtml kconfig kcoreaddons kdbusaddons
+ kinit kcmutils kservice
];
}