gnu: Add perl-xml-libxslt.

* gnu/packages/xml.scm (perl-xml-libxslt): New variable.
This commit is contained in:
Ricardo Wurmus 2016-11-23 22:13:28 +01:00
parent df669244f9
commit 93863a5e72
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -329,6 +329,29 @@ (define-public perl-xml-libxml-simple
@code{XML::LibXML}.")
(license (package-license perl))))
(define-public perl-xml-libxslt
(package
(name "perl-xml-libxslt")
(version "1.95")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
"XML-LibXSLT-" version ".tar.gz"))
(sha256
(base32
"0dggycql18kfxzkb1kw3yc7gslxlrrgyyn2r2ygsylycb89j3jpi"))))
(build-system perl-build-system)
(inputs
`(("libxslt" ,libxslt)))
(propagated-inputs
`(("perl-xml-libxml" ,perl-xml-libxml)))
(home-page "http://search.cpan.org/dist/XML-LibXSLT")
(synopsis "Perl bindings to GNOME libxslt library")
(description "This Perl module is an interface to the GNOME project's
libxslt library.")
(license (package-license perl))))
(define-public perl-xml-namespacesupport
(package
(name "perl-xml-namespacesupport")