diff options
author | Vincent Ambo <mail@tazj.in> | 2020-12-10T09·56+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-12-14T19·41+0000 |
commit | 316a4fa1e0ba6254d90df9181e5d72ff693af055 (patch) | |
tree | 021ba10f547de46d666c3d3253a562a2c58ee86d /third_party/notmuch/default.nix | |
parent | 6197e4bc81423e02a2f982335e4652f2c9e55b30 (diff) |
fix(3p/notmuch): Rebase dottime patch on notmuch 0.31 r/2013
Change-Id: I43e8f59cd7f58b9c8b501983edbe55a3cb2f20d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2241 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/notmuch/default.nix')
-rw-r--r-- | third_party/notmuch/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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; }) |