notmuch: Cleanup unnecessary workaround
This commit is contained in:
parent
33e7b2cdcb
commit
352dd81758
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ stdenv.mkDerivation rec {
|
||||||
in ''
|
in ''
|
||||||
mkdir -p test/test-databases
|
mkdir -p test/test-databases
|
||||||
ln -s ${test-database} test/test-databases/database-v1.tar.xz
|
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");
|
doCheck = !stdenv.hostPlatform.isDarwin && (lib.versionAtLeast gmime.version "3.0.3");
|
||||||
|
|
Loading…
Reference in a new issue