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 ];
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user