diff options
| author | John Kehayias <john@guixotic.coop> | 2025-09-11 16:51:08 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:20 +0900 |
| commit | 58c345f56c05f8d02b1ba22660ad1cf71d50d727 (patch) | |
| tree | 946fe60f305964505be1c2f42557eea5fdad122e /gnu/packages/elf.scm | |
| parent | c0c4ce6d642bc3ae32ad345c17f77ed57842d667 (diff) | |
gnu: libxml2: Update to 2.14.6; deprecate python-libxml2.
Python bindings for libxml2 are now built as part of libxml2; remove all
python-libxml2 inputs for libxml2 (nearly all already had libxml2) and
deprecate the package. This was done manually using
git grep python-libxml2 gnu/packages
to find affected packages and then check all their input fields.
With the update to libxml2, we can remove all the libxml2-next* variants.
This change was automated with:
git grep -rl libxml2-next | xargs sed -i 's/\(libxml2-next\|libxml2-next-for-grafting\)/libxml2/g'
* gnu/packages/xml.scm (libxml2): Update to 2.14.6.
[arguments]<#:phases>: Add configure-python phase (from python-libxml2).
[native-inputs]: Add pkg-config and python-minimal.
(libxml2-next, libxml2-next/fixed, libxml2-next-for-grafting): Remove.
(python-libxml2): Deprecate in favor of libxml2.
Change-Id: I2976f2fde086e9bc345d661edbdc125abbb7a753
Diffstat (limited to 'gnu/packages/elf.scm')
| -rw-r--r-- | gnu/packages/elf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 40558a4c6ca..0b435993ef4 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm | |||
| @@ -243,7 +243,7 @@ object or archive file), @command{eu-strip} (for discarding symbols), | |||
| 243 | (list pkg-config texinfo python-sphinx python)) | 243 | (list pkg-config texinfo python-sphinx python)) |
| 244 | (propagated-inputs | 244 | (propagated-inputs |
| 245 | (list elfutils ;libabigail.la says -lelf | 245 | (list elfutils ;libabigail.la says -lelf |
| 246 | libxml2-next)) ;in Requires.private of libabigail.pc | 246 | libxml2)) ;in Requires.private of libabigail.pc |
| 247 | (synopsis "Analyze application binary interfaces (ABIs)") | 247 | (synopsis "Analyze application binary interfaces (ABIs)") |
| 248 | (description | 248 | (description |
| 249 | "@dfn{ABIGAIL} stands for the Application Binary Interface Generic | 249 | "@dfn{ABIGAIL} stands for the Application Binary Interface Generic |
