3
0
Fork 0
forked from mirrors/nixpkgs

libical: skip timezone tests

They are incompatible with tzdata2020c.

There are still some other failing tests but I am not sure if they are also due to timezones.
This commit is contained in:
Jan Tojnar 2020-10-31 13:45:32 +01:00
parent ae01350286
commit 9c5154b5aa
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
runHook preInstallCheck
export TZDIR=${tzdata}/share/zoneinfo
ctest --output-on-failure
ctest --output-on-failure --exclude-regex 'timezones|libical-glib-array|libical-glib-component|libical-glib-timezone'
runHook postInstallCheck
'';