diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-09 21:06:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:14 +0200 |
commit | 5a3ee6b78f551b758a7c743009926b5e01762108 (patch) | |
tree | 3bc0c1e1742b6b0c3b8f632c046381da82f18886 /gnu/packages/xml.scm | |
parent | a68d52a000c0a0f5b103672aec1c00b626e41518 (diff) | |
download | guix-5a3ee6b78f551b758a7c743009926b5e01762108.tar.gz |
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.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 561abfdf09..ce6c5f55c1 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1768,7 +1768,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 |