[cpan2nix] perlPackages.TermProgressBarQuiet: cleanup
This commit is contained in:
parent
b0e16f1725
commit
5e38d70a59
@ -13777,11 +13777,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = mirror://cpan/authors/id/L/LB/LBROCARD/Term-ProgressBar-Quiet-0.31.tar.gz;
|
url = mirror://cpan/authors/id/L/LB/LBROCARD/Term-ProgressBar-Quiet-0.31.tar.gz;
|
||||||
sha256 = "25675292f588bc29d32e710cf3667da9a2a1751e139801770a9fdb18cd2184a6";
|
sha256 = "25675292f588bc29d32e710cf3667da9a2a1751e139801770a9fdb18cd2184a6";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ IOInteractive TermProgressBar TestMockObject ];
|
propagatedBuildInputs = [ IOInteractive TermProgressBar ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "";
|
description = "";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestMockObject ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TermProgressBarSimple = buildPerlPackage {
|
TermProgressBarSimple = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user