guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 118/145: gnu: libgweather: Add python to native inputs.
Date: Mon, 10 Jan 2022 11:44:17 -0500 (EST)

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

commit 57687978a88c8c9c0e6d26283e167d378e8f16ff
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 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

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