mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
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.
This commit is contained in:
parent
b41d3fa983
commit
fc3e4ef0db
1 changed files with 1 additions and 1 deletions
|
@ -9501,7 +9501,7 @@ (define-public gnome
|
|||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue