notmuch: disable tests on darwin

This commit is contained in:
Rok Garbas 2016-11-20 21:33:49 +01:00
parent cfa7ffa50b
commit 61f38b9e83

View File

@ -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 = ''