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.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix b/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
deleted file mode 100644
index 0173ec65516..00000000000
--- a/pkgs/desktops/plasma-5.4/polkit-kde-agent.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-{ plasmaPackage
-, extra-cmake-modules
-, ki18n
-, kwindowsystem
-, kdbusaddons
-, kwidgetsaddons
-, kcoreaddons
-, kcrash
-, kconfig
-, kiconthemes
-, knotifications
-, polkitQt
-}:
-
-plasmaPackage {
-  name = "polkit-kde-agent";
-  nativeBuildInputs = [
-    extra-cmake-modules
-  ];
-  buildInputs = [
-    kdbusaddons
-    kwidgetsaddons
-    kcoreaddons
-    kcrash
-    kconfig
-    kiconthemes
-    knotifications
-    polkitQt
-  ];
-  propagatedBuildInputs = [ ki18n kwindowsystem ];
-}