guix-commits
[Top][All Lists]
Advanced

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

126/145: gnu: gnome-calculator: Add python to native inputs.


From: guix-commits
Subject: 126/145: gnu: gnome-calculator: Add python to native inputs.
Date: Mon, 10 Jan 2022 11:44:18 -0500 (EST)

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

commit 40ccf03d250d8caf666e604d80c628651293fbd6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Dec 28 00:05:47 2021 -0500

    gnu: gnome-calculator: Add python to native inputs.
    
    * gnu/packages/gnome.scm (gnome-calculator)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb14dc86c0..aaf9c127bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10131,7 +10131,8 @@ handling the startup notification side.")
        ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
        ("itstool" ,itstool)
        ("vala" ,vala)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python)))
     (inputs
      `(("glib" ,glib)
        ("gtksourceview" ,gtksourceview)



reply via email to

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