[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
- [bug#65479] [PATCH core-updates v2 43/62] gnu: vmpk: Drop docbook workaround., (continued)
- [bug#65479] [PATCH core-updates v2 43/62] gnu: vmpk: Drop docbook workaround., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 49/62] gnu: alsa-utils: Rewrite with G-Expressions., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 47/62] gnu: libnotify: Split documentation., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 48/62] gnu: alsa-utils: Build manpages., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 44/62] gnu: iputils: Use docbook-xml-5.0.1., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 55/62] gnu: gtk-doc: Remove leftovers., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 41/62] gnu: tdb: Build manpages., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 52/62] gnu: git: Drop docbook workarounds., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 53/62] gnu: gtk-doc: Rewrite with G-Expressions., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 56/62] gnu: libstdc++-doc: Rewrite with G-Expressions., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 60/62] gnu: Remove unneeded libxml2 from native-inputs. (xmlto),
Bruno Victal <=
- [bug#65479] [PATCH core-updates v2 57/62] gnu: libstdc++-doc: Build libstdc++ info documentation., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 61/62] gnu: Remove unneeded libxml2 from native-inputs. (gtk-doc), Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 58/62] gnu: perf: Remove libxml2., Bruno Victal, 2023/09/23
- [bug#65479] [PATCH core-updates v2 62/62] gnu: Remove docbook-xsl-1.79.1., Bruno Victal, 2023/09/23