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