summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix b/pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix
new file mode 100644
index 00000000000..167c3f15bbd
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.22/kactivities.nix
@@ -0,0 +1,14 @@
+{ kdeFramework, lib, extra-cmake-modules, boost, kcmutils, kconfig
+, kcoreaddons, kdbusaddons, kdeclarative, kglobalaccel, ki18n
+, kio, kservice, kwindowsystem, kxmlgui, qtdeclarative
+}:
+
+kdeFramework {
+  name = "kactivities";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  propagatedBuildInputs = [
+    boost kcmutils kconfig kcoreaddons kdbusaddons kdeclarative kglobalaccel
+    ki18n kio kservice kwindowsystem kxmlgui qtdeclarative
+  ];
+}