fix(3p/notmuch): Rebase dottime patch on notmuch 0.31
Change-Id: I43e8f59cd7f58b9c8b501983edbe55a3cb2f20d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2241 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
6197e4bc81
commit
316a4fa1e0
2 changed files with 31 additions and 16 deletions
3
third_party/notmuch/default.nix
vendored
3
third_party/notmuch/default.nix
vendored
|
@ -3,7 +3,4 @@
|
|||
pkgs.originals.notmuch.overrideAttrs(old: {
|
||||
doCheck = false;
|
||||
patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []);
|
||||
|
||||
# TODO(tazjin): Fix the build and re-enable CI.
|
||||
meta.ci = false;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue