guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#65479] [PATCH core-updates v2 60/62] gnu: Remove unneeded libxml2 f


From: Bruno Victal
Subject: [bug#65479] [PATCH core-updates v2 60/62] gnu: Remove unneeded libxml2 from native-inputs. (xmlto)
Date: Sat, 23 Sep 2023 15:20:35 +0100

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 --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index aaff618248..63365b80e0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -327,7 +327,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")
@@ -1209,7 +1209,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 6913b016df..11408e334c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1751,7 +1751,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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]