trojita: PGP decryption support
This commit is contained in:
parent
94afe19f93
commit
b3e80604a7
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue