summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2022-06-02 17:09:26 +0200
committerehmry <ehmry@posteo.net>2022-06-02 13:21:38 -0500
commit352dd81758b44e670e0cb7193e44a591d8d24152 (patch)
treef22c825bf29846199d796710b2ec02db4db44fb1 /pkgs/applications/networking/mailreaders/notmuch
parent33e7b2cdcbeaa7883a9e34482ac161f721f4f5b2 (diff)
notmuch: Cleanup unnecessary workaround
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index ac0716bfa347a..bacf399fdb167 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");