perl-TestRunCmdLine: disable tests on darwin

/cc ZHF #45961
This commit is contained in:
Daiderd Jordan
2018-09-11 21:03:57 +02:00
parent eae589058c
commit f61279e45b
+1
View File
@@ -15664,6 +15664,7 @@ let
}; };
buildInputs = [ TestRun TestTrap ]; buildInputs = [ TestRun TestTrap ];
propagatedBuildInputs = [ MooseXGetopt UNIVERSALrequire YAMLLibYAML ]; propagatedBuildInputs = [ MooseXGetopt UNIVERSALrequire YAMLLibYAML ];
doCheck = !stdenv.isDarwin;
meta = { meta = {
homepage = http://web-cpan.berlios.de/modules/Test-Run/; homepage = http://web-cpan.berlios.de/modules/Test-Run/;
description = "Analyze tests from the command line using Test::Run"; description = "Analyze tests from the command line using Test::Run";