summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-10-09 21:06:49 +0100
committerChristopher Baines <mail@cbaines.net>2024-06-26 16:58:44 +0100
commit036898d16987fe3b42ee329e5321a0c7d851919b (patch)
tree87a99bc76eaecf33a6235905f6ddd4d7d561fdd4 /gnu/packages/xml.scm
parenta147a0d0237853760dd6ea0593eb942b3910f65d (diff)
gnu: Remove unneeded libxml2 from native-inputs. (xmlto)
The native-search-paths from libxslt are reused within xmlto to provide XML_CATALOG_FILES and SGML_CATALOG_FILES so it's unnecessary to include libxml2 for the same effect. * gnu/packages/wm.scm (i3status, awesome)[native-inputs]: Remove libxml2. * gnu/packages/xml.scm (opensp)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index d8b0d248eb..bdab20080a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1766,7 +1766,6 @@ modular implementation of XML-RPC for C and C++.")
(native-inputs
(list docbook-xml-4.1.2
docbook-xsl
- libxml2 ;for XML_CATALOG_DIR
xmlto
;; Dependencies to regenerate the 'configure' script.
autoconf