[cpan2nix] perlPackages.TestRunPluginColorSummary: cleanup

This commit is contained in:
volth 2018-04-07 07:58:12 +00:00
parent 60f6db5496
commit bea5b1cbce

View File

@ -14943,8 +14943,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "ea4fb6768c4f6645cedf87d9b7c6baf97364ebc6f4171e4dd5f68939fb2bdd3a";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ TestRun TestRunCmdLine ] ++ moreInputs;
buildInputs = [ TestRun TestRunCmdLine TestTrap ];
moreInputs = [ TestTrap ]; # Added because tests were failing without it
doCheck=true;
meta = {