summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-01-14 15:18:12 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-14 16:06:16 +0000
commita4380866507afa5899cf0f1e05f0a7179145d3cf (patch)
treea0eebcd7c8dca5b9076bd8ceeb0878b461fea290 /pkgs/applications
parent21a47c4ef3c422b488ed2117c3f03e5c88f65449 (diff)
notmuch: skip T568-lib-thread
Fixes: https://github.com/NixOS/nixpkgs/issues/109092 Thanks-to: Puck Meerburg <puck@puckipedia.com>
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index a9a82dc67c00..cc24e13810ed 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -86,6 +86,12 @@ 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 = stdenv.lib.optionalString withEmacs ''