From fc3e4ef0db1e6c4c83819e5b8d5a7571a3d656c1 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Thu, 18 Nov 2021 11:57:38 -0500 Subject: gnu: gnome: Use at-spi2-core-minimal. Fixes . Reported by Vivien Kraus . * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Replace at-spi2-core with at-spi2-core-minimal. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 12bd8351dd..ca4ed25fe3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9501,7 +9501,7 @@ world.") ;; XXX: Find out exactly which ones are needed and why. ("font-abattis-cantarell" ,font-abattis-cantarell) ("font-dejavu" ,font-dejavu) - ("at-spi2-core" ,at-spi2-core) + ("at-spi2-core" ,at-spi2-core-minimal) ("dbus" ,dbus) ("dconf" ,dconf) ("desktop-file-utils" ,desktop-file-utils) -- cgit v1.2.3