summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.4/kwrited.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5.4/kwrited.nix')
-rw-r--r--pkgs/desktops/plasma-5.4/kwrited.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/desktops/plasma-5.4/kwrited.nix b/pkgs/desktops/plasma-5.4/kwrited.nix
deleted file mode 100644
index a6ed9d9bb28..00000000000
--- a/pkgs/desktops/plasma-5.4/kwrited.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ plasmaPackage, extra-cmake-modules, kcoreaddons, ki18n, kpty
-, knotifications, kdbusaddons
-}:
-
-plasmaPackage {
-  name = "kwrited";
-  nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ kcoreaddons kpty knotifications kdbusaddons ];
-  propagatedBuildInputs = [ ki18n ];
-}