summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kmail-account-wizard.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-22 12:30:11 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:15 -0500
commit126da861bebd1549c0736cd8e62aed0fe7dbc958 (patch)
tree278354962d2afee638291be4aee271514d759633 /pkgs/applications/kde/kmail-account-wizard.nix
parent828124b4201483bcbf84216ea2d32636eac645c9 (diff)
kmail-account-wizard: init at 17.04.0
Diffstat (limited to 'pkgs/applications/kde/kmail-account-wizard.nix')
-rw-r--r--pkgs/applications/kde/kmail-account-wizard.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kmail-account-wizard.nix b/pkgs/applications/kde/kmail-account-wizard.nix
new file mode 100644
index 000000000000..9f3d5e2ea019
--- /dev/null
+++ b/pkgs/applications/kde/kmail-account-wizard.nix
@@ -0,0 +1,21 @@
+{
+ mkDerivation, lib, kdepimTeam,
+ extra-cmake-modules, kdoctools, shared_mime_info,
+ akonadi, kcmutils, kcrash, kdbusaddons, kidentitymanagement, kldap,
+ kmailtransport, knewstuff, knotifications, knotifyconfig, kparts, kross, ktexteditor,
+ kwallet, libkdepim, libkleo, pimcommon, qttools,
+}:
+
+mkDerivation {
+ name = "kmail-account-wizard";
+ meta = {
+ license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
+ maintainers = kdepimTeam;
+ };
+ nativeBuildInputs = [ extra-cmake-modules kdoctools shared_mime_info ];
+ buildInputs = [
+ akonadi kcmutils kcrash kdbusaddons kidentitymanagement kldap kmailtransport
+ knewstuff knotifications knotifyconfig kparts kross ktexteditor kwallet libkdepim
+ libkleo pimcommon qttools
+ ];
+}