about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJohn Ramsden <johnramsden@users.noreply.github.com>2017-05-10 19:47:40 -0700
committerJohn Ramsden <johnramsden@users.noreply.github.com>2017-05-10 19:47:40 -0700
commit1be1ba542154722e9cd9da4186dc631a8c06f36e (patch)
tree7ec43f70f90d8e8ce5ab0eee435ad2ccffb2088c /pkgs/applications
parentca95b4fdbd1435e42bc6e72d52dc3ea4b98dc533 (diff)
downloadnixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar.gz
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar.bz2
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar.lz
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar.xz
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.tar.zst
nixlib-1be1ba542154722e9cd9da4186dc631a8c06f36e.zip
Add longDescription with note about keyring.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/nylas-mail/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/nylas-mail/default.nix b/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
index 6e3c1accbaf2..a0083bd01a87 100644
--- a/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
@@ -126,9 +126,12 @@ stdenv.mkDerivation rec {
         $out/share/nylas-mail/resources/apm/bin/node
    '';
 
-   meta = {
-     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.";
-     license = stdenv.lib.licenses.gpl3;
+   meta = with stdenv.lib; {
+     description = "pen-source mail client built on the modern web with Electron, React, and Flux";
+     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 ];
      homepage = https://nylas.com;
    };