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