[cpan2nix] perlPackages.TestRunPluginColorSummary: cleanup
This commit is contained in:
parent
60f6db5496
commit
bea5b1cbce
@ -14943,8 +14943,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||||
sha256 = "ea4fb6768c4f6645cedf87d9b7c6baf97364ebc6f4171e4dd5f68939fb2bdd3a";
|
sha256 = "ea4fb6768c4f6645cedf87d9b7c6baf97364ebc6f4171e4dd5f68939fb2bdd3a";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild ];
|
buildInputs = [ TestRun TestRunCmdLine TestTrap ];
|
||||||
propagatedBuildInputs = [ TestRun TestRunCmdLine ] ++ moreInputs;
|
|
||||||
moreInputs = [ TestTrap ]; # Added because tests were failing without it
|
moreInputs = [ TestTrap ]; # Added because tests were failing without it
|
||||||
doCheck=true;
|
doCheck=true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user