about summary refs log tree commit diff
path: root/overlays/patches
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches')
-rw-r--r--overlays/patches/public-inbox/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlays/patches/public-inbox/default.nix b/overlays/patches/public-inbox/default.nix
index f9f573787c1c..f054cacf52b8 100644
--- a/overlays/patches/public-inbox/default.nix
+++ b/overlays/patches/public-inbox/default.nix
@@ -6,4 +6,8 @@ public-inbox.overrideAttrs ({ patches ? [], ... }: {
     ./0004-view-don-t-500-if-no-mail-received-yet.patch
     ./0005-wwwstream-make-source-info-configurable.patch
   ];
+
+  # Tests fail with modern Email::MIME.  Once public-inbox is upgraded
+  # past 1.2.0 the tests can be run again.
+  doCheck = false;
 })