mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
notmuch: Cleanup unnecessary workaround
This commit is contained in:
parent
33e7b2cdcb
commit
352dd81758
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue