summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-08-05 12:56:16 +0200
committerAndreas Enge <andreas@enge.fr>2026-08-10 10:54:38 +0200
commitb35377e5ac0eb59beb7073d75e632d34e075814b (patch)
treeb7c0a7485c24b15e0fcc66e97bfb15defae69082 /gnu/packages/xml.scm
parent8d6e37a81b1071e0b57671c26f013c44191066da (diff)
gnu: Remove python-libxml2.
* gnu/packages/xml.scm (python-libxml2): Delete variable. * gnu/packages/xml.scm (libxslt): Update comment.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index d24eca8ac90..ae31d911e6a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -295,9 +295,6 @@ project (but it is usable outside of the Gnome platform).")
295 ((#:configure-flags flags #~'()) 295 ((#:configure-flags flags #~'())
296 #~(cons "--with-zlib" #$flags))))))) 296 #~(cons "--with-zlib" #$flags)))))))
297 297
298(define-deprecated-package python-libxml2
299 libxml2)
300
301(define-public libxlsxwriter 298(define-public libxlsxwriter
302 (package 299 (package
303 (name "libxlsxwriter") 300 (name "libxlsxwriter")
@@ -364,7 +361,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
364 (("exslt plugins fuzz") 361 (("exslt plugins fuzz")
365 "exslt plugins")) 362 "exslt plugins"))
366 ;; Also disable Python tests since they require 363 ;; Also disable Python tests since they require
367 ;; python-libxml2 which would introduce a 364 ;; libxml2 which would introduce a
368 ;; circular dependency. 365 ;; circular dependency.
369 (substitute* "python/Makefile" 366 (substitute* "python/Makefile"
370 (("cd tests && \\$\\(MAKE\\) tests") 367 (("cd tests && \\$\\(MAKE\\) tests")