Merge pull request #69671 from ttuegel/bug--pim-data-exporter--dependencies

pim-data-exporter: Add missing dependencies
This commit is contained in:
Thomas Tuegel 2019-09-28 06:11:09 -05:00 committed by GitHub
commit 1978a90c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ {
mkDerivation, lib, kdepimTeam, mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
akonadi, kcmutils, kcrash, kdbusaddons, kidentitymanagement, kldap, akonadi, akonadi-notes, kcalcore, kcmutils, kcrash, kdbusaddons,
kmailtransport, knewstuff, knotifications, knotifyconfig, kparts, kross, ktexteditor, kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
kwallet, libkdepim, libkleo, pimcommon, qttools, knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
karchive, mailcommon, messagelib pimcommon, qttools, karchive, mailcommon, messagelib
}: }:
mkDerivation { mkDerivation {
@ -15,8 +15,9 @@ mkDerivation {
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
akonadi kcmutils kcrash kdbusaddons kidentitymanagement kldap kmailtransport akonadi akonadi-notes kcalcore kcmutils kcrash kdbusaddons
knewstuff knotifications knotifyconfig kparts kross ktexteditor kwallet libkdepim kidentitymanagement kldap kmailtransport knewstuff knotifications
libkleo pimcommon qttools karchive mailcommon messagelib knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
qttools karchive mailcommon messagelib
]; ];
} }