guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gnome: Use at-spi2-core-minimal


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnome: Use at-spi2-core-minimal.
Date: Thu, 18 Nov 2021 12:15:12 -0500

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 <samplet@ngyro.com>
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 <vivien@planete-kraus.eu>.
    
    * 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]