guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

118/142: gnu: libgweather: Add python to native inputs.


From: guix-commits
Subject: 118/142: gnu: libgweather: Add python to native inputs.
Date: Mon, 10 Jan 2022 13:07:42 -0500 (EST)

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

commit ac1f60f4fe20182a4750eaf5e188813a1a25c65e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]