mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add perl-xml-libxslt.
* gnu/packages/xml.scm (perl-xml-libxslt): New variable.
This commit is contained in:
parent
df669244f9
commit
93863a5e72
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue