perl-TestRunCmdLine: disable tests on darwin

/cc ZHF #45961
This commit is contained in:
Daiderd Jordan 2018-09-11 21:01:13 +02:00
parent eae589058c
commit f61279e45b
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -15664,6 +15664,7 @@ let
};
buildInputs = [ TestRun TestTrap ];
propagatedBuildInputs = [ MooseXGetopt UNIVERSALrequire YAMLLibYAML ];
doCheck = !stdenv.isDarwin;
meta = {
homepage = http://web-cpan.berlios.de/modules/Test-Run/;
description = "Analyze tests from the command line using Test::Run";