about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/khotkeys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/khotkeys.nix')
-rw-r--r--pkgs/desktops/plasma-5/khotkeys.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5/khotkeys.nix b/pkgs/desktops/plasma-5/khotkeys.nix
index 32d9c14ddefc..be4ccc7b2309 100644
--- a/pkgs/desktops/plasma-5/khotkeys.nix
+++ b/pkgs/desktops/plasma-5/khotkeys.nix
@@ -7,8 +7,8 @@
 mkDerivation {
   name = "khotkeys";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  propagatedBuildInputs = [
-    kdelibs4support kglobalaccel ki18n kio plasma-framework plasma-workspace
-    qtx11extras kcmutils kdbusaddons kxmlgui
+  buildInputs = [
+    kcmutils kdbusaddons kdelibs4support kglobalaccel ki18n kio kxmlgui
+    plasma-framework plasma-workspace qtx11extras
   ];
 }