From 316a4fa1e0ba6254d90df9181e5d72ff693af055 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 10 Dec 2020 10:56:31 +0100 Subject: 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 --- third_party/notmuch/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/notmuch/default.nix') diff --git a/third_party/notmuch/default.nix b/third_party/notmuch/default.nix index 1a7a0134cef8..8e1e9c262638 100644 --- a/third_party/notmuch/default.nix +++ b/third_party/notmuch/default.nix @@ -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; }) -- cgit 1.4.1