From 5a3ee6b78f551b758a7c743009926b5e01762108 Mon Sep 17 00:00:00 2001 From: Bruno Victal Date: Mon, 9 Oct 2023 21:06:49 +0100 Subject: 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 --- gnu/packages/wm.scm | 3 +-- gnu/packages/xml.scm | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 627fce2ff5..f81f1e0a49 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -342,7 +342,7 @@ or musca). (list asciidoc perl pkg-config - docbook-xsl libxml2 ; for XML_CATALOG_FILES + docbook-xsl xmlto)) (home-page "https://i3wm.org/i3status/") (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs") @@ -1226,7 +1226,6 @@ for wlroots-based Wayland compositors.") doxygen gperf imagemagick - libxml2 ;for XML_CATALOG_FILES lua-ldoc pkg-config xmlto)) 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 -- cgit v1.2.3