gnu: Remove unneeded libxml2 from native-inputs. (libxslt)

XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include
libxml2 for the same effect.

* gnu/packages/freedesktop.scm (wayland): Remove obsolete comment.
(farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]:
Remove libxml2.
* gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto.
* gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto.
* gnu/packages/glib.scm (dbus)[native-inputs]: Ditto.
* gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord)
(upower, gnome-settings-daemon)[native-inputs]: Ditto.
* gnu/packages/linux.scm (eudev)[native-inputs]: Ditto.
* gnu/packages/networking.scm (iputils)[native-inputs]: Ditto.
* gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto.
* gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto.
* gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto.
* gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto.
* gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0
This commit is contained in:
Bruno Victal 2023-10-09 21:06:48 +01:00 committed by Ludovic Courtès
parent 1817f5cf4b
commit a68d52a000
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
12 changed files with 4 additions and 27 deletions

View file

@ -2671,7 +2671,6 @@ GNOME Desktop.")
gettext-minimal
`(,glib "bin")
glib ;for m4 macros
libxml2 ;for XML_CATALOG_FILES
libxslt ;for documentation
pkg-config
python-wrapper)) ;for tests
@ -3296,7 +3295,6 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
gobject-introspection
hicolor-icon-theme
itstool
libxml2 ;for XML_CATALOG_FILES
libxslt ;for xsltproc
python
python-pygobject
@ -4776,7 +4774,6 @@ and RDP protocols.")
(native-inputs
(list bash-completion
libxslt ;for xsltproc
libxml2 ;for XML_CATALOG_FILES
docbook-xml-4.2
docbook-xsl
`(,glib "bin")
@ -5292,7 +5289,6 @@ and the GLib main loop, to integrate well with GNOME applications.")
gettext-minimal
`(,glib "bin") ;for gdbus-codegen, etc.
gobject-introspection
libxml2 ;for XML_CATALOG_FILES
libxslt
pkg-config
python
@ -5751,7 +5747,6 @@ output devices.")
(append bash-completion
docbook-xsl-1.79.1
gtk-doc/stable
libxml2 ;for XML_CATALOG_FILES
libxslt
sane-backends
vala))))) ;for VAPI, needed by simple-scan
@ -5920,8 +5915,7 @@ faster results and to avoid unnecessary server load.")
dbus
;; For man pages.
docbook-xsl
libxslt ; for 'xsltproc'
libxml2)) ; for 'XML_CATALOG_FILES'
libxslt)) ; for 'xsltproc'
(inputs
(list libgudev libusb))
(propagated-inputs
@ -6094,7 +6088,6 @@ services for numerous locations.")
docbook-xsl
gettext-minimal
`(,glib "bin") ;for glib-mkenums
libxml2 ;for XML_CATALOG_FILES
libxslt
perl
pkg-config))