Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2085e1d092a9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfbebe08f59b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 14, 2021

  1. notmuch: skip T568-lib-thread

    Fixes: #109092
    Thanks-to: Puck Meerburg <puck@puckipedia.com>
    alyssais committed Jan 14, 2021
    Copy the full SHA
    a438086 View commit details
  2. Merge pull request #109374 from alyssais/notmuch

    notmuch: skip T568-lib-thread
    SuperSandro2000 authored Jan 14, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    delroth Pierre Bourdon
    Copy the full SHA
    cfbebe0 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 pkgs/applications/networking/mailreaders/notmuch/default.nix
6 changes: 6 additions & 0 deletions pkgs/applications/networking/mailreaders/notmuch/default.nix
Original file line number Diff line number Diff line change
@@ -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 ''