about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix b/pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix
new file mode 100644
index 0000000000000..002418c65ad0c
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.22/knewstuff.nix
@@ -0,0 +1,14 @@
+{ kdeFramework, lib, extra-cmake-modules, attica, karchive
+, kcompletion, kconfig, kcoreaddons, ki18n, kiconthemes, kio
+, kitemviews, kservice, ktextwidgets, kwidgetsaddons, kxmlgui
+}:
+
+kdeFramework {
+  name = "knewstuff";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  propagatedBuildInputs = [
+    attica karchive kcompletion kconfig kcoreaddons ki18n kiconthemes kio
+    kitemviews kservice ktextwidgets kwidgetsaddons kxmlgui
+  ];
+}