trojita: PGP decryption support

This commit is contained in:
Emery Hemingway 2019-09-02 12:38:01 +02:00
parent 94afe19f93
commit b3e80604a7
1 changed files with 7 additions and 0 deletions

View File

@ -1,8 +1,10 @@
{ akonadi-contacts
, cmake
, fetchgit
, gnupg
, gpgme
, kcontacts
, kf5gpgmepp
, lib
, mimetic
, mkDerivation
@ -33,18 +35,23 @@ mkDerivation rec {
qtbase
qtkeychain
qtwebkit
mimetic
kf5gpgmepp
];
nativeBuildInputs = [
cmake
pkgconfig
qttools
gnupg
];
meta = with lib; {
description = "A Qt IMAP e-mail client";
homepage = "http://trojita.flaska.net/";
license = with licenses; [ gpl2 gpl3 ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
}