summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:55:47 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:39 -0500
commitbb74e9afa59e59be069f24f4fdfff79c42f8eefe (patch)
treea7125a763418543cdac9e8912767312c773b68ad /pkgs/desktops
parentb63b3485a076c36b500c1d0f63076fe6b50d8ff1 (diff)
downloadnixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar.gz
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar.bz2
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar.lz
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar.xz
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.tar.zst
nixlib-bb74e9afa59e59be069f24f4fdfff79c42f8eefe.zip
kde5.ksysguard: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/ksysguard.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/ksysguard.nix b/pkgs/desktops/kde-5/plasma-5.6/ksysguard.nix
index d47f9215a41a..637d539189d5 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/ksysguard.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/ksysguard.nix
@@ -10,10 +10,10 @@ plasmaPackage {
     kdoctools
     makeQtWrapper
   ];
-  buildInputs = [
+  propagatedBuildInputs = [
     kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
+    kdelibs4support ki18n
   ];
-  propagatedBuildInputs = [ kdelibs4support ki18n ];
   postInstall = ''
     wrapQtProgram "$out/bin/ksysguardd"
   '';