From b4c450422e8fbe35a2147ea6e9e774233d48969f Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sun, 26 Mar 2023 17:00:44 +0200 Subject: [PATCH] pim-data-exporter: enable user feedback support --- pkgs/applications/kde/pim-data-exporter.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/kde/pim-data-exporter.nix b/pkgs/applications/kde/pim-data-exporter.nix index c1a2270641bd..1bc54cac3e14 100644 --- a/pkgs/applications/kde/pim-data-exporter.nix +++ b/pkgs/applications/kde/pim-data-exporter.nix @@ -3,7 +3,9 @@ extra-cmake-modules, kdoctools, akonadi, akonadi-notes, kcalendarcore, kcmutils, kcrash, kdbusaddons, kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications, - knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo, + knotifyconfig, kparts, kross, ktexteditor, + kuserfeedback, + kwallet, libkdepim, libkleo, pimcommon, qttools, karchive, mailcommon, messagelib }: @@ -19,7 +21,9 @@ mkDerivation { buildInputs = [ akonadi akonadi-notes kcalendarcore kcmutils kcrash kdbusaddons kidentitymanagement kldap kmailtransport knewstuff knotifications - knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon + knotifyconfig kparts kross ktexteditor + kuserfeedback + kwallet libkdepim libkleo pimcommon qttools karchive mailcommon messagelib ]; }