[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/30: gnu: Add perl-xml-libxslt.
From: |
Ricardo Wurmus |
Subject: |
27/30: gnu: Add perl-xml-libxslt. |
Date: |
Sun, 27 Nov 2016 08:50:13 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 93863a5e7257ea074a9a5e3f36a393a8ec29fedf
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 23 22:13:28 2016 +0100
gnu: Add perl-xml-libxslt.
* gnu/packages/xml.scm (perl-xml-libxslt): New variable.
---
gnu/packages/xml.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 505d585..80534d6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -329,6 +329,29 @@ XML parser and the high performance DOM implementation.")
@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")
- 12/30: gnu: Add perl-datetime-calendar-julian., (continued)
- 12/30: gnu: Add perl-datetime-calendar-julian., Ricardo Wurmus, 2016/11/27
- 17/30: gnu: Add perl-extutils-libbuilder., Ricardo Wurmus, 2016/11/27
- 19/30: gnu: Add perl-lingua-translit., Ricardo Wurmus, 2016/11/27
- 15/30: gnu: Add perl-encode-jis2k., Ricardo Wurmus, 2016/11/27
- 26/30: gnu: perl-unicode-linebreak: Update to 2016.003., Ricardo Wurmus, 2016/11/27
- 23/30: gnu: Add perl-text-roman., Ricardo Wurmus, 2016/11/27
- 20/30: gnu: Add perl-mozilla-ca., Ricardo Wurmus, 2016/11/27
- 28/30: gnu: Add perl-text-bibtex., Ricardo Wurmus, 2016/11/27
- 06/30: gnu: Add perl-business-issn., Ricardo Wurmus, 2016/11/27
- 16/30: gnu: Add perl-encode-hanextra., Ricardo Wurmus, 2016/11/27
- 27/30: gnu: Add perl-xml-libxslt.,
Ricardo Wurmus <=
- 24/30: gnu: Add perl-unicode-normalize., Ricardo Wurmus, 2016/11/27
- 21/30: gnu: Add perl-sort-key., Ricardo Wurmus, 2016/11/27
- 22/30: gnu: Add perl-text-csv-xs., Ricardo Wurmus, 2016/11/27
- 25/30: gnu: Add perl-unicode-collate., Ricardo Wurmus, 2016/11/27
- 30/30: gnu: Add biber-2.5., Ricardo Wurmus, 2016/11/27
- 29/30: gnu: Add biber., Ricardo Wurmus, 2016/11/27