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:
Tobias Geerinckx-Rice 2018-08-11 16:07:09 +02:00
parent f16faf0f4f
commit 2db5f9b68a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -372,11 +372,13 @@ (define-public perl-libxml
(propagated-inputs
`(("perl-xml-parser" ,perl-xml-parser)))
(license license:perl-license)
(synopsis "Perl SAX parser using XML::Parser")
(synopsis "Perl modules for working with XML")
(description
"XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser
module.")
(home-page "http://search.cpan.org/~kmacleod/libxml-perl/lib/XML/Parser/PerlSAX.pm")))
"libxml-perl is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl. libxml-perl software works in
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
(package