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>
This commit is contained in:
Bruno Victal 2023-10-09 21:06:49 +01:00 committed by Ludovic Courtès
parent a68d52a000
commit 5a3ee6b78f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 1 additions and 3 deletions

View file

@ -342,7 +342,7 @@ or musca).
(list asciidoc (list asciidoc
perl perl
pkg-config pkg-config
docbook-xsl libxml2 ; for XML_CATALOG_FILES docbook-xsl
xmlto)) xmlto))
(home-page "https://i3wm.org/i3status/") (home-page "https://i3wm.org/i3status/")
(synopsis "Status bar for i3bar, dzen2, xmobar or similar programs") (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs")
@ -1226,7 +1226,6 @@ for wlroots-based Wayland compositors.")
doxygen doxygen
gperf gperf
imagemagick imagemagick
libxml2 ;for XML_CATALOG_FILES
lua-ldoc lua-ldoc
pkg-config pkg-config
xmlto)) xmlto))

View file

@ -1768,7 +1768,6 @@ modular implementation of XML-RPC for C and C++.")
(native-inputs (native-inputs
(list docbook-xml-4.1.2 (list docbook-xml-4.1.2
docbook-xsl docbook-xsl
libxml2 ;for XML_CATALOG_DIR
xmlto xmlto
;; Dependencies to regenerate the 'configure' script. ;; Dependencies to regenerate the 'configure' script.
autoconf autoconf