guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: perl-libxml: Fix description.


From: Tobias Geerinckx-Rice
Subject: 04/07: gnu: perl-libxml: Fix description.
Date: Sat, 11 Aug 2018 12:02:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2db5f9b68a29d38a4447c2959df694c266647d9b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 16:07:09 2018 +0200

    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.
---
 gnu/packages/xml.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 1bf99f2..c75b8b6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -372,11 +372,13 @@ corresponding to an @code{XML::Parser} event.")
     (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},
address@hidden::Grove}, and others.")
+    (home-page "http://search.cpan.org/dist/libxml-perl";)))
 
 (define-public perl-xml-libxml
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]