mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
abad61d6f5
commit
3301459034
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue