mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 18:42:15 +00:00
perlPackages.TaskTestRunAllPlugins: init at 0.0105
This commit is contained in:
parent
c7690b3a8d
commit
a53f1c0f74
|
@ -12203,6 +12203,21 @@ let self = _self // overrides; _self = with self; {
|
|||
propagatedBuildInputs = [ Plack PSGI ModuleBuildTiny ];
|
||||
};
|
||||
|
||||
TaskTestRunAllPlugins = buildPerlPackage rec {
|
||||
name = "Task-Test-Run-AllPlugins-0.0105";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "fd43bd053aa884a5abca851f145a0e29898515dcbfc3512f18cd0d86d28eb0a9";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ TestRun TestRunCmdLine TestRunPluginAlternateInterpreters TestRunPluginBreakOnFailure TestRunPluginColorFileVerdicts TestRunPluginColorSummary TestRunPluginTrimDisplayedFilenames ];
|
||||
meta = {
|
||||
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
||||
description = "Specifications for installing all the Test::Run";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
TaskWeaken = buildPerlPackage {
|
||||
name = "Task-Weaken-1.04";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue