guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit cccfd14d61ef1470e21482e67fe7b3e36a2baa00
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 23:27:34 2025 +0900
teams: Update gnome-core-refresh script.
* etc/teams/gnome/gnome-core-refresh (%names): Register pypgobject and
pyatspi
mappings.
Change-Id: I5343870e33fbd25859f5fb39522953225c6236b9
---
etc/teams/gnome/gnome-core-refresh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/etc/teams/gnome/gnome-core-refresh
b/etc/teams/gnome/gnome-core-refresh
index 9271ea3fb1..2d298de81e 100755
--- a/etc/teams/gnome/gnome-core-refresh
+++ b/etc/teams/gnome/gnome-core-refresh
@@ -72,7 +72,9 @@ C < ':'
NL < '\n'")
(define %names
- '(("adwaita-fonts" . "font-adwaita")))
+ '(("adwaita-fonts" . "font-adwaita")
+ ("pygobject" . "python-pygobject")
+ ("pyatspi" . "python-pyatspi")))
(define (parse-releng data)
"Return DATA, a string representing the content of a GNOME releng file, and