about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Ramsden <johnramsden@users.noreply.github.com>2017-05-10 20:13:50 -0700
committerJohn Ramsden <johnramsden@users.noreply.github.com>2017-05-10 20:13:50 -0700
commit1f10c1112a6bfc4219e4a388be385be514ab1e70 (patch)
treec248b6a341905589d3f7fe55c0a7d47b9dfb7998
parent1be1ba542154722e9cd9da4186dc631a8c06f36e (diff)
downloadnixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar.gz
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar.bz2
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar.lz
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar.xz
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.tar.zst
nixlib-1f10c1112a6bfc4219e4a388be385be514ab1e70.zip
Fixed spelling in description and added info on keyring.
-rw-r--r--pkgs/applications/networking/mailreaders/nylas-mail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/nylas-mail/default.nix b/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
index a0083bd01a87..7c3ee456f257 100644
--- a/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/nylas-mail/default.nix
@@ -127,9 +127,9 @@ stdenv.mkDerivation rec {
    '';
 
    meta = with stdenv.lib; {
-     description = "pen-source mail client built on the modern web with Electron, React, and Flux";
+     description = "Open-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;".
+        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. To run nylas-mail, an additional manual step is required. Make sure to have services.gnome3.gnome-keyring.enable = true; in your configuration.nix before running nylas-mail. If you happen to miss this step, you should remove ~/.nylas-mail and "~/.config/Nylas Mail" for a blank setup".
      '';
      license = licenses.gpl3;
      maintainers = with maintainers; [ johnramsden ];