This is an automated email from the git hooks/post-receive script.
samplet pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new fc3e4ef gnu: gnome: Use at-spi2-core-minimal.
fc3e4ef is described below
commit fc3e4ef0db1e6c4c83819e5b8d5a7571a3d656c1
Author: Timothy Sample <[email protected]>
AuthorDate: Thu Nov 18 11:57:38 2021 -0500
gnu: gnome: Use at-spi2-core-minimal.
Fixes <https://issues.guix.gnu.org/51916>.
Reported by Vivien Kraus <[email protected]>.
* 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 12bd835..ca4ed25 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)