diff mbox series

[bug#65479,core-updates,v3,61/63] gnu: Remove unneeded libxml2 from native-inputs. (xmlto)

Message ID 4078af87aba1c023d3c739df088895d376a9a4ca.1696881354.git.mirai@makinata.eu
State New
Headers show
Series Docbook & XML/SGML improvements | expand

Commit Message

Bruno Victal Oct. 9, 2023, 8:06 p.m. UTC
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.
---
 gnu/packages/wm.scm  | 3 +--
 gnu/packages/xml.scm | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a3ed3293e3..4950b7fa38 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -324,7 +324,7 @@  (define-public i3status
      (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")
@@ -1206,7 +1206,6 @@  (define-public awesome
            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 8404663009..5e4e9cc8b8 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1766,7 +1766,6 @@  (define-public opensp
     (native-inputs
      (list docbook-xml-4.1.2
            docbook-xsl
-           libxml2                      ;for XML_CATALOG_DIR
            xmlto
            ;; Dependencies to regenerate the 'configure' script.
            autoconf