diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-26 19:42:50 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:47:01 -0500 |
commit | ac1f60f4fe20182a4750eaf5e188813a1a25c65e (patch) | |
tree | d4a6331317d2eab3f967aef8ba97ed20befa9502 /gnu/packages/gnome.scm | |
parent | 235a0831038d21688dcb8d5080d827a82cd0a5a1 (diff) | |
download | guix-ac1f60f4fe20182a4750eaf5e188813a1a25c65e.tar.gz |
gnu: libgweather: Add python to native inputs.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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))) |