Merge pull request #46540 from LnL7/darwin-perl-TestRunCmdLine

perl-TestRunCmdLine: disable tests on darwin
This commit is contained in:
Daiderd Jordan 2018-09-11 22:04:45 +02:00 committed by GitHub
commit f4a3427539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";