perl: disable test on TAPParserSourceHandlerpgTAP
Seem to be broken with newest llvm
This commit is contained in:
parent
e95ec0da29
commit
3e4f14a50b
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue