mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add perl-xml-parser-perlsax.
* gnu/packages/xml.scm (perl-xml-parser-perlsax): New variable.
This commit is contained in:
parent
703d18e252
commit
1385ba4fd1
1 changed files with 22 additions and 0 deletions
|
@ -140,6 +140,28 @@ (define-public perl-xml-parser
|
|||
given at XML::Parser creation time.")
|
||||
(home-page "http://search.cpan.org/~toddr/XML-Parser-2.41/Parser.pm")))
|
||||
|
||||
(define-public perl-xml-parser-perlsax
|
||||
(package
|
||||
(name "perl-xml-parser-perlsax")
|
||||
(version "0.08")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/K/KM/KMACLEOD/libxml-perl-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jy9af0ljyzj7wakqli0437zb2vrbplqj4xhab7bfj2xgfdhawa5"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
`(("perl-xml-parser" ,perl-xml-parser)))
|
||||
(license (package-license perl))
|
||||
(synopsis "Perl SAX parser using XML::Parser")
|
||||
(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")))
|
||||
|
||||
(define-public perl-xml-simple
|
||||
(package
|
||||
(name "perl-xml-simple")
|
||||
|
|
Loading…
Reference in a new issue