2017-05-22 18:30:11 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, kdepimTeam,
|
2018-02-25 02:23:58 +00:00
|
|
|
extra-cmake-modules, kdoctools, shared-mime-info,
|
2017-05-22 18:30:11 +01:00
|
|
|
akonadi, kcmutils, kcrash, kdbusaddons, kidentitymanagement, kldap,
|
|
|
|
kmailtransport, knewstuff, knotifications, knotifyconfig, kparts, kross, ktexteditor,
|
|
|
|
kwallet, libkdepim, libkleo, pimcommon, qttools,
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2020-12-24 23:05:07 +00:00
|
|
|
pname = "kmail-account-wizard";
|
2017-05-22 18:30:11 +01:00
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
|
|
|
maintainers = kdepimTeam;
|
|
|
|
};
|
2018-02-25 02:23:58 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ];
|
2017-05-22 18:30:11 +01:00
|
|
|
buildInputs = [
|
|
|
|
akonadi kcmutils kcrash kdbusaddons kidentitymanagement kldap kmailtransport
|
|
|
|
knewstuff knotifications knotifyconfig kparts kross ktexteditor kwallet libkdepim
|
|
|
|
libkleo pimcommon qttools
|
|
|
|
];
|
|
|
|
}
|