l notmuch: disable tests

This commit is contained in:
lassulus 2018-04-28 11:29:46 +02:00
parent da44ae1115
commit 1d1861fe7c

View File

@ -206,8 +206,11 @@ in {
msmtp
mutt
pkgs.much
pkgs.notmuch
tag-new-mails
tag-old-mails
];
nixpkgs.config.packageOverrides = opkgs: {
notmuch = (opkgs.notmuch.overrideAttrs (o: { doCheck = false; }));
};
}