From 61f38b9e8368a41b32d442dd903850ed9c66f000 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Sun, 20 Nov 2016 21:33:49 +0100 Subject: [PATCH] notmuch: disable tests on darwin --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 738b27b69ae..83eace00b0a 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { ++ stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames ++ stdenv.lib.optional (!stdenv.isDarwin) gdb; - doCheck = true; + doCheck = !stdenv.isDarwin; checkTarget = "test"; patchPhase = ''