From ac1f60f4fe20182a4750eaf5e188813a1a25c65e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 26 Dec 2021 19:42:50 -0500 Subject: 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))) -- cgit v1.2.3