forked from mirrors/nixpkgs
Merge pull request #46540 from LnL7/darwin-perl-TestRunCmdLine
perl-TestRunCmdLine: disable tests on darwin
This commit is contained in:
commit
f4a3427539
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue