summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.5/polkit-kde-agent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.5/polkit-kde-agent.nix')
-rw-r--r--pkgs/desktops/plasma-5.5/polkit-kde-agent.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5.5/polkit-kde-agent.nix b/pkgs/desktops/plasma-5.5/polkit-kde-agent.nix
index 0173ec65516..3fc3a441ac3 100644
--- a/pkgs/desktops/plasma-5.5/polkit-kde-agent.nix
+++ b/pkgs/desktops/plasma-5.5/polkit-kde-agent.nix
@@ -9,7 +9,7 @@
 , kconfig
 , kiconthemes
 , knotifications
-, polkitQt
+, polkit-qt
 }:
 
 plasmaPackage {
@@ -25,7 +25,7 @@ plasmaPackage {
     kconfig
     kiconthemes
     knotifications
-    polkitQt
+    polkit-qt
   ];
   propagatedBuildInputs = [ ki18n kwindowsystem ];
 }