From e721776cbbaeedf7d7da434fba5845f2d81685b4 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 31 Jul 2021 09:04:52 +0000 Subject: [PATCH] Revert "notmuch: skip T568-lib-thread" This reverts commit a4380866507afa5899cf0f1e05f0a7179145d3cf. > This should be fixed in commit a37d5f5, which was part of Notmuch > 0.31.4. https://nmbug.notmuchmail.org/nmweb/show/878s1o54c1.fsf%40tethera.net --- .../applications/networking/mailreaders/notmuch/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index dceb9c92deb8..e1a235c8309e 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -86,12 +86,6 @@ stdenv.mkDerivation rec { gdb man emacs ]; - # Expects there to always be a thread with ID - # thread:0000000000000009, but notmuch new is non-deterministic so - # this isn't always the case. Upstream bug report: - # https://nmbug.notmuchmail.org/nmweb/show/871reno6g7.fsf%40alyssa.is - NOTMUCH_SKIP_TESTS = "lib-thread"; - installTargets = [ "install" "install-man" "install-info" ]; postInstall = lib.optionalString withEmacs ''