2017-09-22 11:20:49 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
2019-12-11 21:15:00 +00:00
|
|
|
akonadi, akonadi-notes, kcalendarcore, kcmutils, kcrash, kdbusaddons,
|
2019-09-27 16:40:31 +01:00
|
|
|
kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
|
|
|
|
knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
|
|
|
|
pimcommon, qttools, karchive, mailcommon, messagelib
|
2017-09-22 11:20:49 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "pim-data-exporter";
|
2017-09-22 11:20:49 +01:00
|
|
|
meta = {
|
2021-09-18 10:48:23 +01:00
|
|
|
homepage = "https://apps.kde.org/pimdataexporter/";
|
|
|
|
description = "Saves and restores all data from PIM apps";
|
2017-09-22 11:20:49 +01:00
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
2019-12-11 21:15:00 +00:00
|
|
|
akonadi akonadi-notes kcalendarcore kcmutils kcrash kdbusaddons
|
2019-09-27 16:40:31 +01:00
|
|
|
kidentitymanagement kldap kmailtransport knewstuff knotifications
|
|
|
|
knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
|
|
|
|
qttools karchive mailcommon messagelib
|
2017-09-22 11:20:49 +01:00
|
|
|
];
|
|
|
|
}
|