summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/xml.scm17
1 files changed, 2 insertions, 15 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 923f75acfc4..22c27d4e238 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -283,21 +283,8 @@ project (but it is usable outside of the Gnome platform).")
283 (base32 283 (base32
284 "17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq"))))))) 284 "17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq")))))))
285 285
286(define-public libxml2-xpath0 286(define-public python-libxml2
287 (package/inherit libxml2 287 (deprecated-package "python-libxml2" libxml2))
288 (name "libxml2-xpath0")
289 (source (origin
290 (inherit (package-source libxml2))
291 (patches (append (search-patches
292 "libxml2-xpath0-Add-option-xpath0.patch")
293 (origin-patches (package-source libxml2))))))
294 (description
295 "Libxml2-xpath0 is like libxml2 but with a patch applied that
296provides an @code{--xpath0} option to @command{xmllint} that enables it
297to output XPath results with a null delimiter.")))
298
299(define-deprecated-package python-libxml2
300 libxml2)
301 288
302(define-public libxlsxwriter 289(define-public libxlsxwriter
303 (package 290 (package