forked from mirrors/nixpkgs
Merge pull request #69671 from ttuegel/bug--pim-data-exporter--dependencies
pim-data-exporter: Add missing dependencies
This commit is contained in:
commit
1978a90c5c
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
mkDerivation, lib, kdepimTeam,
|
||||
extra-cmake-modules, kdoctools,
|
||||
akonadi, kcmutils, kcrash, kdbusaddons, kidentitymanagement, kldap,
|
||||
kmailtransport, knewstuff, knotifications, knotifyconfig, kparts, kross, ktexteditor,
|
||||
kwallet, libkdepim, libkleo, pimcommon, qttools,
|
||||
karchive, mailcommon, messagelib
|
||||
akonadi, akonadi-notes, kcalcore, kcmutils, kcrash, kdbusaddons,
|
||||
kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
|
||||
knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
|
||||
pimcommon, qttools, karchive, mailcommon, messagelib
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -15,8 +15,9 @@ mkDerivation {
|
|||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
akonadi kcmutils kcrash kdbusaddons kidentitymanagement kldap kmailtransport
|
||||
knewstuff knotifications knotifyconfig kparts kross ktexteditor kwallet libkdepim
|
||||
libkleo pimcommon qttools karchive mailcommon messagelib
|
||||
akonadi akonadi-notes kcalcore kcmutils kcrash kdbusaddons
|
||||
kidentitymanagement kldap kmailtransport knewstuff knotifications
|
||||
knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
|
||||
qttools karchive mailcommon messagelib
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue