]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/patches/notmuch.nix
neomutt: fix neomuch
[sourcephile-nix.git] / nixpkgs / patches / notmuch.nix
1 self: super: {
2 notmuch = super.notmuch.overideAttrs (old: {
3 doCheck = false;
4 });
5 }