apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit ac1f60f4fe20182a4750eaf5e188813a1a25c65e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Dec 26 19:42:50 2021 -0500
gnu: libgweather: Add python to native inputs.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 47cf6bb955..31fa9287fa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)))