apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 57687978a88c8c9c0e6d26283e167d378e8f16ff
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 f7f7ed5734..571787b69f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5527,6 +5527,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)))

Reply via email to