summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:52:18 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:37 -0500
commit188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad (patch)
treebc6ccdf9a171f9f76a882b3770f100732420432e /pkgs/desktops
parentb6aeb8e01119684417af4eaa90aa43af773cc2f3 (diff)
downloadnixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar.gz
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar.bz2
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar.lz
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar.xz
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.tar.zst
nixlib-188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad.zip
kde5.khelpcenter: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/khelpcenter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/khelpcenter.nix b/pkgs/desktops/kde-5/plasma-5.6/khelpcenter.nix
index 6ba860b9dfb2..3ded239b09b5 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/khelpcenter.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/khelpcenter.nix
@@ -10,10 +10,10 @@ plasmaPackage {
     kdoctools
     makeQtWrapper
   ];
-  buildInputs = [
-    kconfig kcoreaddons kdbusaddons kinit kcmutils kservice
+  propagatedBuildInputs = [
+    kdelibs4support khtml ki18n kconfig kcoreaddons kdbusaddons kinit kcmutils
+    kservice
   ];
-  propagatedBuildInputs = [ kdelibs4support khtml ki18n ];
   postInstall = ''
     wrapQtProgram "$out/bin/khelpcenter"
   '';