summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:57:53 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:40 -0500
commit5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e (patch)
treed4c41fd1bff135db5744ff9c0450d57116389f43 /pkgs/desktops
parent56dd0c254187b07a4c548123a342ef4ccf7a5ee8 (diff)
downloadnixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar.gz
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar.bz2
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar.lz
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar.xz
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.tar.zst
nixlib-5addd165de7e68d6b1fb4f5ec6fd53a2b7c85e8e.zip
kde5.libksysguard: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix b/pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix
index 9c352d76156f..679ba61e3e29 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/libksysguard/default.nix
@@ -12,12 +12,9 @@ plasmaPackage {
   nativeBuildInputs = [
     extra-cmake-modules
   ];
-  buildInputs = [
-    kcompletion kconfigwidgets kcoreaddons kservice
-    kwidgetsaddons qtscript qtwebkit
-  ];
   propagatedBuildInputs = [
-    kauth kconfig ki18n kiconthemes kwindowsystem plasma-framework
-    qtx11extras
+    kauth kconfig ki18n kiconthemes kwindowsystem plasma-framework qtx11extras
+    kcompletion kconfigwidgets kcoreaddons kservice kwidgetsaddons qtscript
+    qtwebkit
   ];
 }