Add longDescription with note about keyring.

This commit is contained in:
John Ramsden 2017-05-10 19:47:40 -07:00
parent ca95b4fdbd
commit 1be1ba5421
1 changed files with 6 additions and 3 deletions

View File

@ -126,9 +126,12 @@ stdenv.mkDerivation rec {
$out/share/nylas-mail/resources/apm/bin/node $out/share/nylas-mail/resources/apm/bin/node
''; '';
meta = { meta = with stdenv.lib; {
description = "Nylas Mail is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email."; description = "pen-source mail client built on the modern web with Electron, React, and Flux";
license = stdenv.lib.licenses.gpl3; longDescription = ''
Nylas Mail is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email. Nylas-Mail requires gnome3 keyring. It can be enabled with "services.gnome3.gnome-keyring.enable = true;".
'';
license = licenses.gpl3;
maintainers = with maintainers; [ johnramsden ]; maintainers = with maintainers; [ johnramsden ];
homepage = https://nylas.com; homepage = https://nylas.com;
}; };