[cpan2nix] perlPackages.TaskTestRunAllPlugins: cleanup
This commit is contained in:
parent
b4214a7407
commit
148e83c080
1 changed files with 2 additions and 3 deletions
|
@ -13764,14 +13764,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ Plack PSGI ModuleBuildTiny ];
|
propagatedBuildInputs = [ Plack PSGI ModuleBuildTiny ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TaskTestRunAllPlugins = buildPerlPackage rec {
|
TaskTestRunAllPlugins = buildPerlModule rec {
|
||||||
name = "Task-Test-Run-AllPlugins-0.0105";
|
name = "Task-Test-Run-AllPlugins-0.0105";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||||
sha256 = "fd43bd053aa884a5abca851f145a0e29898515dcbfc3512f18cd0d86d28eb0a9";
|
sha256 = "fd43bd053aa884a5abca851f145a0e29898515dcbfc3512f18cd0d86d28eb0a9";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild ];
|
buildInputs = [ TestRun TestRunCmdLine TestRunPluginAlternateInterpreters TestRunPluginBreakOnFailure TestRunPluginColorFileVerdicts TestRunPluginColorSummary TestRunPluginTrimDisplayedFilenames ];
|
||||||
propagatedBuildInputs = [ TestRun TestRunCmdLine TestRunPluginAlternateInterpreters TestRunPluginBreakOnFailure TestRunPluginColorFileVerdicts TestRunPluginColorSummary TestRunPluginTrimDisplayedFilenames ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
||||||
description = "Specifications for installing all the Test::Run";
|
description = "Specifications for installing all the Test::Run";
|
||||||
|
|
Loading…
Reference in a new issue