Skip to content

Commit

Permalink
notmuch: skip a test incompatible with newer gmime3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 2, 2022
1 parent 52a2ace commit df9ffaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/networking/mailreaders/notmuch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ stdenv.mkDerivation rec {
in ''
mkdir -p test/test-databases
ln -s ${test-database} test/test-databases/database-v1.tar.xz
''
# TODO: restore after resolved upstream
# https://www.mail-archive.com/[email protected]/msg52808.html
+ ''
rm test/T355-smime.sh
'';

doCheck = !stdenv.hostPlatform.isDarwin && (lib.versionAtLeast gmime.version "3.0.3");
Expand Down

0 comments on commit df9ffaf

Please sign in to comment.