about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/kded.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.22/kded.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/kded.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/kded.nix b/pkgs/desktops/kde-5/frameworks-5.22/kded.nix
new file mode 100644
index 0000000000000..fd286accb9ff8
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.22/kded.nix
@@ -0,0 +1,17 @@
+{ kdeFramework, lib
+, extra-cmake-modules
+, kconfig
+, kcoreaddons
+, kcrash
+, kdbusaddons
+, kdoctools
+, kinit
+, kservice
+}:
+
+kdeFramework {
+  name = "kded";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
+  propagatedBuildInputs = [ kconfig kcoreaddons kcrash kdbusaddons kinit kservice ];
+}