summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix b/pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix
new file mode 100644
index 00000000000..6acb5e2eed5
--- /dev/null
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kpeople.nix
@@ -0,0 +1,12 @@
+{ kdeFramework, lib, extra-cmake-modules, kcoreaddons, ki18n
+, kitemviews, kservice, kwidgetsaddons, qtdeclarative
+}:
+
+kdeFramework {
+  name = "kpeople";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
+  nativeBuildInputs = [ extra-cmake-modules ];
+  propagatedBuildInputs = [
+    kcoreaddons ki18n kitemviews kservice kwidgetsaddons qtdeclarative
+  ];
+}