summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5/kwrited.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/plasma-5/kwrited.nix')
-rw-r--r--pkgs/desktops/plasma-5/kwrited.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/kwrited.nix b/pkgs/desktops/plasma-5/kwrited.nix
new file mode 100644
index 000000000000..8dd814f783d0
--- /dev/null
+++ b/pkgs/desktops/plasma-5/kwrited.nix
@@ -0,0 +1,9 @@
+{ plasmaPackage, ecm, kcoreaddons, ki18n, kpty
+, knotifications, kdbusaddons
+}:
+
+plasmaPackage {
+ name = "kwrited";
+ nativeBuildInputs = [ ecm ];
+ propagatedBuildInputs = [ kcoreaddons ki18n kpty knotifications kdbusaddons ];
+}