gnu: gnome-session: Remove libxml2.

Observations:
1. No longer required for XML_CATALOG_FILES.
   These are already adequately set within the used dependencies

2. It's not required for gnome-session but by libxkbcommon.
   libxkbcommon was fixed to convey this by use of a symlink.

2.1. Shouldn't count as a native-input but as a regular input.
     … since this is a dependency for xkbregistry (from libxkbcommon).

* gnu/packages/gnome.scm (gnome-session)[native-inputs]: Remove libxml2.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ie2300d1c24c03223a6adeba8bd7c415b5bc677b0
This commit is contained in:
Bruno Victal 2023-10-09 21:06:28 +01:00 committed by Ludovic Courtès
parent abad61d6f5
commit 3301459034
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7767,7 +7767,6 @@ (define-public gnome-session
docbook-xsl
`(,glib "bin") ; for glib-compile-schemas, etc.
intltool
libxml2 ;for 'XML_CATALOG_FILES'
libxslt
pkg-config
xmlto))