me
/
guix
Archived
1
0
Fork 0

gnu: libgweather: Add python to native inputs.

* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.
master
Maxim Cournoyer 2021-12-26 19:42:50 -05:00
parent 235a083103
commit ac1f60f4fe
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -5526,6 +5526,7 @@ service via the system message bus.")
`(("glib:bin" ,glib "bin") ; for glib-mkenums
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("python" ,python)
("vala" ,vala)
("intltool" ,intltool)
("python-pygobject" ,python-pygobject)))