perl-Log-Any: disable syslog test

This commit is contained in:
Robert Helgesson 2017-12-01 23:44:19 +01:00
parent 84c3186711
commit 25a853e619
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -8037,6 +8037,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PR/PREACTION/${name}.tar.gz"; url = "mirror://cpan/authors/id/P/PR/PREACTION/${name}.tar.gz";
sha256 = "65a2ffba5f5fd355ce0b2365b478dda5ee091cf9d81c047dd22fe5ef4f823e3b"; sha256 = "65a2ffba5f5fd355ce0b2365b478dda5ee091cf9d81c047dd22fe5ef4f823e3b";
}; };
# Syslog test fails.
preCheck = "rm t/syslog.t";
meta = { meta = {
homepage = https://github.com/preaction/Log-Any; homepage = https://github.com/preaction/Log-Any;
description = "Bringing loggers and listeners together"; description = "Bringing loggers and listeners together";