diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-07 11:48:19 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-13 11:05:04 +0900 |
| commit | c23b9a10174ce304cfc7a87aa70759364fcb76e6 (patch) | |
| tree | bcfbb4697c5d204de932e5b406f196e10a7dfdc4 | |
| parent | e5b959f85fe9edda82c9f80a368c4021a768b076 (diff) | |
gnu: Remove libxml2-xpath0.
* gnu/packages/xml.scm (libxml2-xpath0): Delete variable.
Fixes: #3516
Fixes: <https://bugs.gnu.org/79572>
Change-Id: I8fd49d0ce1394fc4e55a148e15c23388934524a4
| -rw-r--r-- | gnu/packages/xml.scm | 17 |
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).") | |||
| 283 | (base32 | 283 | (base32 |
| 284 | "17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq"))))))) | 284 | "17w0a622466k2hi5nln276la6rzfr9xaip3lqj71hmyvxyhmf0bq"))))))) |
| 285 | 285 | ||
| 286 | (define-public libxml2-xpath0 | 286 | (define-public python-libxml2 |
| 287 | (package/inherit libxml2 | 287 | (deprecated-package "python-libxml2" libxml2)) |
| 288 | (name "libxml2-xpath0") | ||
| 289 | (source (origin | ||
| 290 | (inherit (package-source libxml2)) | ||
| 291 | (patches (append (search-patches | ||
| 292 | "libxml2-xpath0-Add-option-xpath0.patch") | ||
| 293 | (origin-patches (package-source libxml2)))))) | ||
| 294 | (description | ||
| 295 | "Libxml2-xpath0 is like libxml2 but with a patch applied that | ||
| 296 | provides an @code{--xpath0} option to @command{xmllint} that enables it | ||
| 297 | to output XPath results with a null delimiter."))) | ||
| 298 | |||
| 299 | (define-deprecated-package python-libxml2 | ||
| 300 | libxml2) | ||
| 301 | 288 | ||
| 302 | (define-public libxlsxwriter | 289 | (define-public libxlsxwriter |
| 303 | (package | 290 | (package |
