diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-10-16 17:08:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-23 19:35:06 +0200 |
| commit | 9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch) | |
| tree | 7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/xml.scm | |
| parent | e46dfc7e9446fb753294747f73c9cb568fd02c2a (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.scm | 4 |
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).") provides an @code{--xpath0} option to @command{xmllint} that enables it to output XPath results with a null delimiter."))) -(define-public python-libxml2 - (deprecated-package "python-libxml2" libxml2)) +(define-deprecated-package python-libxml2 + libxml2) (define-public libxlsxwriter (package |
