mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
803964399c
commit
c5a5ea63d3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue