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