From 352dd81758b44e670e0cb7193e44a591d8d24152 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 2 Jun 2022 17:09:26 +0200 Subject: [PATCH] notmuch: Cleanup unnecessary workaround --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index ac0716bfa347..bacf399fdb16 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -79,11 +79,6 @@ 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/notmuch@notmuchmail.org/msg52808.html - + '' - rm test/T355-smime.sh ''; doCheck = !stdenv.hostPlatform.isDarwin && (lib.versionAtLeast gmime.version "3.0.3");