about summary refs log tree commit diff
path: root/pkgs/larbs-mail/default.nix
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-25 21:00:00 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-25 21:00:00 +0200
commitcef8f9740ee898c09c5d2971dc859d9d23ab0744 (patch)
tree3b394e399f09bb1f6c54bbc185d9848b0b189154 /pkgs/larbs-mail/default.nix
parentb88dcbe124b33cf6ab74f4f27571de469a71aa88 (diff)
downloadpnpkgs-cef8f9740ee898c09c5d2971dc859d9d23ab0744.tar.gz
pnpkgs-cef8f9740ee898c09c5d2971dc859d9d23ab0744.zip
Larbs mail on mac
Diffstat (limited to 'pkgs/larbs-mail/default.nix')
-rw-r--r--pkgs/larbs-mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/larbs-mail/default.nix b/pkgs/larbs-mail/default.nix
index 8efd72d..a5fe523 100644
--- a/pkgs/larbs-mail/default.nix
+++ b/pkgs/larbs-mail/default.nix
@@ -47,6 +47,6 @@ buildEnv {
     homepage = "https://github.com/LukeSmithXYZ/mutt-wizard";
     description = "Neomutt + Mutt-Wizard: A system for automatically configuring mutt and isync with a simple interface and safe passwords";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = [ platforms.linux "x86_64-darwin" ];
   };
 }