self: super: {
  notmuch = super.notmuch.overrideAttrs (oldAttrs: {
    doCheck = false;
  });
}