summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix b/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
new file mode 100644
index 00000000000..dd99d2d4f1e
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.21/knotifyconfig.nix
@@ -0,0 +1,13 @@
+{ kdeFramework, lib, extra-cmake-modules, kcompletion, kconfig
+, ki18n, kio, phonon
+}:
+
+kdeFramework {
+  name = "knotifyconfig";
+  nativeBuildInputs = [ extra-cmake-modules ];
+  buildInputs = [ kcompletion kconfig phonon ];
+  propagatedBuildInputs = [ ki18n kio ];
+  meta = {
+    maintainers = [ lib.maintainers.ttuegel ];
+  };
+}