summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-07 11:48:19 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-13 11:05:04 +0900
commitc23b9a10174ce304cfc7a87aa70759364fcb76e6 (patch)
treebcfbb4697c5d204de932e5b406f196e10a7dfdc4 /gnu/packages
parente5b959f85fe9edda82c9f80a368c4021a768b076 (diff)
gnu: Remove libxml2-xpath0.
* gnu/packages/xml.scm (libxml2-xpath0): Delete variable. Fixes: #3516 Fixes: <https://bugs.gnu.org/79572> Change-Id: I8fd49d0ce1394fc4e55a148e15c23388934524a4
Diffstat (limited to 'gnu/packages')
-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).")
(base32
"17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq")))))))
-(define-public libxml2-xpath0
- (package/inherit libxml2
- (name "libxml2-xpath0")
- (source (origin
- (inherit (package-source libxml2))
- (patches (append (search-patches
- "libxml2-xpath0-Add-option-xpath0.patch")
- (origin-patches (package-source libxml2))))))
- (description
- "Libxml2-xpath0 is like libxml2 but with a patch applied that
-provides an @code{--xpath0} option to @command{xmllint} that enables it
-to output XPath results with a null delimiter.")))
-
-(define-deprecated-package python-libxml2
- libxml2)
+(define-public python-libxml2
+ (deprecated-package "python-libxml2" libxml2))
(define-public libxlsxwriter
(package