mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
teams: Update gnome-core-refresh script.
* etc/teams/gnome/gnome-core-refresh (%names): Register pypgobject and pyatspi mappings. Change-Id: I5343870e33fbd25859f5fb39522953225c6236b9
This commit is contained in:
parent
08cfa507d1
commit
bce85f3784
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,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 the complete parse tree for DATA, a string representing the content of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue