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:
Vincent Ambo 2020-12-10 10:56:31 +01:00 committed by tazjin
parent 6197e4bc81
commit 316a4fa1e0
2 changed files with 31 additions and 16 deletions

View file

@ -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;
})