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