Merge pull request #132198 from alyssais/notmuch

Revert "notmuch: skip T568-lib-thread"
This commit is contained in:
Florian Klink 2021-07-31 21:24:42 +02:00 committed by GitHub
commit c25566b761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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