mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: libgweather: Add python to native inputs.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.
This commit is contained in:
parent
235a083103
commit
ac1f60f4fe
1 changed files with 1 additions and 0 deletions
|
@ -5526,6 +5526,7 @@ (define-public libgweather
|
|||
`(("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)))
|
||||
|
|
Loading…
Reference in a new issue