summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix b/pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix
new file mode 100644
index 00000000000..7196832495f
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.22/knotifications.nix
@@ -0,0 +1,16 @@
+{ kdeFramework, lib
+, extra-cmake-modules
+, kcodecs, kconfig, kcoreaddons, kwindowsystem
+, libdbusmenu
+, phonon
+, qtx11extras
+}:
+
+kdeFramework {
+  name = "knotifications";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  propagatedBuildInputs = [
+    kcodecs kconfig kcoreaddons kwindowsystem libdbusmenu phonon qtx11extras
+  ];
+}