summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJohn Ramsden <johnramsden@users.noreply.github.com>2017-07-05 16:28:01 -0700
committerJohn Ramsden <johnramsden@users.noreply.github.com>2017-07-05 16:28:01 -0700
commit407324faa9b1a4a0641cb1146cc910328210ab6e (patch)
tree0f99e38b1ce92238e41e0698f9a1c906b27a92b9 /nixos
parent8181b075bac51fbce46a7b4d52e339b429f1250a (diff)
downloadnixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar.gz
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar.bz2
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar.lz
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar.xz
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.tar.zst
nixlib-407324faa9b1a4a0641cb1146cc910328210ab6e.zip
Rename nylas-mail to nylas-mail-bin.
Change pkg in module, and name in pkg.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/nylas-mail.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/nylas-mail.nix b/nixos/modules/programs/nylas-mail.nix
index fc18a9a4760b..9a6cf755f2a2 100644
--- a/nixos/modules/programs/nylas-mail.nix
+++ b/nixos/modules/programs/nylas-mail.nix
@@ -27,7 +27,7 @@ in {
 
   config = mkIf cfg.enable {
 
-    environment.systemPackages = [pkgs.nylas-mail];
+    environment.systemPackages = [ pkgs.nylas-mail-bin ];
 
     services.gnome3.gnome-keyring = mkIf cfg.gnome3-keyring {
       enable = true;