perl: disable test on TAPParserSourceHandlerpgTAP

Seem to be broken with newest llvm
This commit is contained in:
Matthew Bauer 2019-04-21 16:20:31 -04:00
parent e95ec0da29
commit 3e4f14a50b

View file

@ -14483,6 +14483,7 @@ let
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
sha256 = "1655337l1cyd7q62007wrk87q2gbbwfq9xjy1wgx3hyflxpkkvl4";
};
doCheck = !stdenv.isDarwin;
meta = {
description = "Stream TAP from pgTAP test scripts";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];