[cpan2nix] perlPackages.HTMLTokeParserSimple: cleanup
This commit is contained in:
parent
d8d1e87c2f
commit
d1882fe5ba
|
@ -6893,14 +6893,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
HTMLTokeParserSimple = buildPerlPackage rec {
|
HTMLTokeParserSimple = buildPerlModule rec {
|
||||||
name = "HTML-TokeParser-Simple-3.16";
|
name = "HTML-TokeParser-Simple-3.16";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/O/OV/OVID/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/O/OV/OVID/${name}.tar.gz";
|
||||||
sha256 = "17aa1v62sp8ycxcicwhankmj4brs6nnfclk9z7mf1rird1f164gd";
|
sha256 = "17aa1v62sp8ycxcicwhankmj4brs6nnfclk9z7mf1rird1f164gd";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [HTMLParser SubOverride];
|
propagatedBuildInputs = [ HTMLParser SubOverride ];
|
||||||
buildInputs = [TestPod];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
HTMLTree = buildPerlModule {
|
HTMLTree = buildPerlModule {
|
||||||
|
|
Loading…
Reference in New Issue