about summary refs log tree commit diff
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
parentb88dcbe124b33cf6ab74f4f27571de469a71aa88 (diff)
downloadpnpkgs-cef8f9740ee898c09c5d2971dc859d9d23ab0744.tar.gz
pnpkgs-cef8f9740ee898c09c5d2971dc859d9d23ab0744.zip
Larbs mail on mac
-rw-r--r--pkgs/larbs-mail/default.nix2
-rw-r--r--pkgs/larbs-mail/mutt-wizard.nix2
-rw-r--r--pkgs/larbs-mail/neomutt_wrapped.nix2
3 files changed, 3 insertions, 3 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" ];
   };
 }
diff --git a/pkgs/larbs-mail/mutt-wizard.nix b/pkgs/larbs-mail/mutt-wizard.nix
index aa6d533..23517e9 100644
--- a/pkgs/larbs-mail/mutt-wizard.nix
+++ b/pkgs/larbs-mail/mutt-wizard.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/LukeSmithXYZ/mutt-wizard";
     description = "A script for automatically configuring mutt";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = [ platforms.linux "x86_64-darwin" ];
   };
 }
diff --git a/pkgs/larbs-mail/neomutt_wrapped.nix b/pkgs/larbs-mail/neomutt_wrapped.nix
index bd1c011..dc1e467 100644
--- a/pkgs/larbs-mail/neomutt_wrapped.nix
+++ b/pkgs/larbs-mail/neomutt_wrapped.nix
@@ -23,6 +23,6 @@ in
       homepage = "https://github.com/LukeSmithXYZ/mutt-wizard";
       description = "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" ];
     };
   }