about summary refs log tree commit diff
path: root/third_party/notmuch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/notmuch/default.nix')
-rw-r--r--third_party/notmuch/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/notmuch/default.nix b/third_party/notmuch/default.nix
index 1a7a0134ce..8e1e9c2626 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;
 })