mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pim-data-exporter: enable user feedback support
This commit is contained in:
parent
037cc92ae9
commit
b4c450422e
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user