2020-04-24 23:36:52 +00:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
|
|
|
extra-cmake-modules, kdoctools,
|
|
|
|
akonadi, akonadi-notes, kcalendarcore, kcmutils, kcrash, kdbusaddons,
|
|
|
|
kidentitymanagement, kldap, kmailtransport, knewstuff, knotifications,
|
|
|
|
knotifyconfig, kparts, kross, ktexteditor, kwallet, libkdepim, libkleo,
|
|
|
|
pimcommon, qttools, karchive, mailcommon, messagelib
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2021-01-05 17:05:55 +00:00
|
|
|
pname = "pim-data-exporter";
|
2020-04-24 23:36:52 +00:00
|
|
|
meta = {
|
2021-09-28 08:13:01 +00:00
|
|
|
homepage = "https://apps.kde.org/pimdataexporter/";
|
|
|
|
description = "Saves and restores all data from PIM apps";
|
2022-11-21 17:40:18 +00:00
|
|
|
license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
|
2020-04-24 23:36:52 +00:00
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
|
|
|
akonadi akonadi-notes kcalendarcore kcmutils kcrash kdbusaddons
|
|
|
|
kidentitymanagement kldap kmailtransport knewstuff knotifications
|
|
|
|
knotifyconfig kparts kross ktexteditor kwallet libkdepim libkleo pimcommon
|
|
|
|
qttools karchive mailcommon messagelib
|
|
|
|
];
|
|
|
|
}
|