perlPackages.TestRunPluginBreakOnFailure: init at v0.0.5

This commit is contained in:
AndersonTorres 2017-02-24 07:53:26 -03:00
parent 559abb2604
commit e85504af25

View File

@ -13185,6 +13185,21 @@ let self = _self // overrides; _self = with self; {
};
};
TestRunPluginBreakOnFailure = buildPerlPackage rec {
name = "Test-Run-Plugin-BreakOnFailure-v0.0.5";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "e422eb64a2fa6ae59837312e37ab88d68b4945148eb436a3774faed5074f0430";
};
buildInputs = [ ModuleBuild TestTrap YAMLLibYAML ];
propagatedBuildInputs = [ MROCompat Moose TestRun TestRunCmdLine ];
meta = {
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
description = "Stop processing the entire test suite";
license = stdenv.lib.licenses.mit;
};
};
TestRunPluginTrimDisplayedFilenames = buildPerlPackage rec {
name = "Test-Run-Plugin-TrimDisplayedFilenames-0.0125";
src = fetchurl {