mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
perlPackages.TestRunPluginBreakOnFailure: init at v0.0.5
This commit is contained in:
parent
559abb2604
commit
e85504af25
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user