summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2021-07-31 21:24:42 +0200
committerGitHub <noreply@github.com>2021-07-31 21:24:42 +0200
commitc25566b761275bea3f19bef40acca6c833427541 (patch)
tree2540f66fc4aa9647be1fdc17e340b35e7b192fda
parent9d865ef9f640be342cc1d9317abbf116cb1c109e (diff)
parente721776cbbaeedf7d7da434fba5845f2d81685b4 (diff)
downloadnixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar.gz
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar.bz2
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar.lz
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar.xz
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.tar.zst
nixpkgs-c25566b761275bea3f19bef40acca6c833427541.zip
Merge pull request #132198 from alyssais/notmuch
Revert "notmuch: skip T568-lib-thread"
-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 ''