gnu: perl-libxml: Fix description.
Descriptions were of the wrong (sub)package, XML::Parser::PerlSAX. * gnu/packages/xml.scm (perl-libxml)[synopsis, description, home-page]: Replace with the correct (upstream) ones.
This commit is contained in:
parent
f16faf0f4f
commit
2db5f9b68a
|
@ -372,11 +372,13 @@ corresponding to an @code{XML::Parser} event.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-xml-parser" ,perl-xml-parser)))
|
`(("perl-xml-parser" ,perl-xml-parser)))
|
||||||
(license license:perl-license)
|
(license license:perl-license)
|
||||||
(synopsis "Perl SAX parser using XML::Parser")
|
(synopsis "Perl modules for working with XML")
|
||||||
(description
|
(description
|
||||||
"XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser
|
"libxml-perl is a collection of smaller Perl modules, scripts, and
|
||||||
module.")
|
documents for working with XML in Perl. libxml-perl software works in
|
||||||
(home-page "http://search.cpan.org/~kmacleod/libxml-perl/lib/XML/Parser/PerlSAX.pm")))
|
combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM},
|
||||||
|
@code{XML::Grove}, and others.")
|
||||||
|
(home-page "http://search.cpan.org/dist/libxml-perl")))
|
||||||
|
|
||||||
(define-public perl-xml-libxml
|
(define-public perl-xml-libxml
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue