[cpan2nix] perlPackages.StringTruncate: cleanup
This commit is contained in:
parent
585fcabed2
commit
cc8b3f392a
|
@ -12918,7 +12918,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = mirror://cpan/authors/id/R/RJ/RJBS/String-Truncate-1.100602.tar.gz;
|
||||
sha256 = "0vjz4fd4cvcy12gk5bdha7z73ifmfpmk748khha94dhiq3pd98xa";
|
||||
};
|
||||
propagatedBuildInputs = [ SubExporter SubInstall ];
|
||||
propagatedBuildInputs = [ SubExporter ];
|
||||
meta = {
|
||||
description = "A module for when strings are too long to be displayed in";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in New Issue