summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-07-31 09:04:52 +0000
committerAlyssa Ross <hi@alyssa.is>2021-07-31 09:04:52 +0000
commite721776cbbaeedf7d7da434fba5845f2d81685b4 (patch)
treec60f1d2f0c259a7d74a0beffe62d58137d5ab5d8
parentd55bba14daa28dc4df9014a1f2774cab998b82a4 (diff)
downloadnixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar.gz
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar.bz2
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar.lz
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar.xz
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.tar.zst
nixpkgs-e721776cbbaeedf7d7da434fba5845f2d81685b4.zip
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
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index dceb9c92deb..e1a235c8309 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 ''