summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-16 17:08:05 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-23 19:35:06 +0200
commit9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch)
tree7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/xml.scm
parente46dfc7e9446fb753294747f73c9cb568fd02c2a (diff)
gnu: Use ‘define-deprecated-package’ for deprecated packages.
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 26a63ea06bc..923f75acfc4 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -296,8 +296,8 @@ project (but it is usable outside of the Gnome platform).")
296provides an @code{--xpath0} option to @command{xmllint} that enables it 296provides an @code{--xpath0} option to @command{xmllint} that enables it
297to output XPath results with a null delimiter."))) 297to output XPath results with a null delimiter.")))
298 298
299(define-public python-libxml2 299(define-deprecated-package python-libxml2
300 (deprecated-package "python-libxml2" libxml2)) 300 libxml2)
301 301
302(define-public libxlsxwriter 302(define-public libxlsxwriter
303 (package 303 (package