gnu: libgweather: Add python to native inputs.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.master
parent
235a083103
commit
ac1f60f4fe
|
@ -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)))
|
||||
|
|
Reference in New Issue