diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-13 15:10:15 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-13 15:12:12 +0900 |
| commit | 429e41739ce97acab68e70cdf0524a96cb26fda3 (patch) | |
| tree | e2bd12647cf78700cbf70e7f22838c62a37b66c2 /gnu/packages | |
| parent | c23b9a10174ce304cfc7a87aa70759364fcb76e6 (diff) | |
gnu: python-libxml2: Reintroduce simplified deprecation.
This is a fixup for commit c23b9a1 ("gnu: Remove libxml2-xpath0.") which
wrongly resolved a conflict.
* gnu/packages/xml.scm (python-libxml2): Reintroduce simplified deprecation.
Change-Id: Ia9e474329c0ec695e15571cbe99dbbb6ced0b3ab
Diffstat (limited to 'gnu/packages')
| -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 22c27d4e238..4315389e2f4 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -283,8 +283,8 @@ project (but it is usable outside of the Gnome platform).") (base32 "17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq"))))))) -(define-public python-libxml2 - (deprecated-package "python-libxml2" libxml2)) +(define-deprecated-package python-libxml2 + libxml2) (define-public libxlsxwriter (package |
