summary refs log blame commit diff
path: root/pkgs/applications/kde/pim-data-exporter.nix
blob: f13e1f667957c93a3c8258f245b2c655e609be91 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                 
                                                                       


                                                                         


              
                              
          

                                                              




                                                        
                                                                   


                                                                              

    
{
  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 {
  pname = "pim-data-exporter";
  meta = {
    homepage = "https://apps.kde.org/pimdataexporter/";
    description = "Saves and restores all data from PIM apps";
    license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
    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
  ];
}