summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:52:30 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:51 -0600
commit660736def8734a2d2e66a03ad4f777148bc0820b (patch)
treebd2ddb0c0c0ca9a74120e1b338aae8883bb848ee /pkgs/desktops
parente78202671990320515ffca82c89d2aa079baea9b (diff)
downloadnixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar.gz
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar.bz2
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar.lz
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar.xz
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.tar.zst
nixlib-660736def8734a2d2e66a03ad4f777148bc0820b.zip
polkit-qt: normalize package name to upstream
Diffstat (limited to 'pkgs/desktops')
-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 0173ec655169..3fc3a441ac34 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 ];
 }