~ruther/guix-local

33014590340ac058eedd4ba23761b67b9561c783 — Bruno Victal 2 years ago abad61d
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
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +0 -1
@@ 7767,7 7767,6 @@ such as gzip tarballs.")
           docbook-xsl
           `(,glib "bin")               ; for glib-compile-schemas, etc.
           intltool
           libxml2                      ;for 'XML_CATALOG_FILES'
           libxslt
           pkg-config
           xmlto))