summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-11-18 11:57:38 -0500
committerTimothy Sample <samplet@ngyro.com>2021-11-18 12:11:53 -0500
commitfc3e4ef0db1e6c4c83819e5b8d5a7571a3d656c1 (patch)
tree70fdb7ef9b468d2c0a934468404e161456a85616 /gnu
parentb41d3fa9834c2932b654111401567058d61aa6e1 (diff)
downloadguix-fc3e4ef0db1e6c4c83819e5b8d5a7571a3d656c1.tar.gz
gnu: gnome: Use at-spi2-core-minimal.
Fixes <https://issues.guix.gnu.org/51916>.
Reported by Vivien Kraus <vivien@planete-kraus.eu>.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Replace
at-spi2-core with at-spi2-core-minimal.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
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)