Revert "notmuch: skip T568-lib-thread"

This reverts commit a438086650.

> 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
This commit is contained in:
Alyssa Ross 2021-07-31 09:04:52 +00:00
parent d55bba14da
commit e721776cbb
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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 ''