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:42 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:37 -0500
commite3e387f5bd4d98c6228249c790fc8f6042c5b196 (patch)
tree1fbea054ea36afcfee66b7975b18d24bf9c68103 /pkgs/desktops
parent188ad5dbb67ad3fc5bc5b02c178276a59d22a7ad (diff)
downloadnixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar.gz
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar.bz2
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar.lz
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar.xz
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.tar.zst
nixlib-e3e387f5bd4d98c6228249c790fc8f6042c5b196.zip
kde5.khotkeys: propagate buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/khotkeys.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/khotkeys.nix b/pkgs/desktops/kde-5/plasma-5.6/khotkeys.nix
index 141320e6b3e6..1666692c928b 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/khotkeys.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/khotkeys.nix
@@ -6,11 +6,8 @@
 plasmaPackage {
   name = "khotkeys";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [
-    kcmutils kdbusaddons kxmlgui
-  ];
   propagatedBuildInputs = [
-    kdelibs4support kglobalaccel ki18n kio plasma-framework
-    plasma-workspace qtx11extras
+    kdelibs4support kglobalaccel ki18n kio plasma-framework plasma-workspace
+    qtx11extras kcmutils kdbusaddons kxmlgui
   ];
 }