[cpan2nix] perlPackages.HTMLFormatTextWithLinks: cleanup
This commit is contained in:
parent
40158690b3
commit
0c32146bdf
@ -6725,13 +6725,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
HTMLFormatTextWithLinks = buildPerlPackage {
|
HTMLFormatTextWithLinks = buildPerlModule {
|
||||||
name = "HTML-FormatText-WithLinks-0.15";
|
name = "HTML-FormatText-WithLinks-0.15";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz;
|
url = mirror://cpan/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.15.tar.gz;
|
||||||
sha256 = "7fcc1ab79eb58fb97d43e5bdd14e21791a250a204998918c62d6a171131833b1";
|
sha256 = "7fcc1ab79eb58fb97d43e5bdd14e21791a250a204998918c62d6a171131833b1";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HTMLFormatter HTMLTree URI ];
|
propagatedBuildInputs = [ HTMLFormatter URI ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTML to text conversion with links as footnotes";
|
description = "HTML to text conversion with links as footnotes";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user