From 8d85d279f21d894aba48dc88bcf42cc90b828891 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 12 Sep 2017 14:30:35 +0300 Subject: [PATCH] pythonPackages.alot: Disable on Darwin Last successful build 2015-12-31 19:17:08 https://hydra.nixos.org/build/60775312 --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 80e02d816f7..ec26267963d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -435,6 +435,7 @@ in { meta = { homepage = https://github.com/pazz/alot; description = "Terminal MUA using notmuch mail"; + platforms = platforms.linux; maintainers = with maintainers; [ garbas profpatsch ]; }; };