summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4/polkit-kde-agent.nix')
-rw-r--r--pkgs/desktops/plasma-5.4/polkit-kde-agent.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix b/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
index c1c57657a6b..0173ec65516 100644
--- a/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
+++ b/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
@@ -18,7 +18,6 @@ plasmaPackage {
     extra-cmake-modules
   ];
   buildInputs = [
-    kwindowsystem
     kdbusaddons
     kwidgetsaddons
     kcoreaddons
@@ -28,5 +27,5 @@ plasmaPackage {
     knotifications
     polkitQt
   ];
-  propagatedBuildInputs = [ ki18n ];
+  propagatedBuildInputs = [ ki18n kwindowsystem ];
 }