[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gthumb: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gthumb: Fix build. |
Date: |
Thu, 10 Mar 2022 04:46:56 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cceb5344ae gnu: gthumb: Fix build.
cceb5344ae is described below
commit cceb5344ae64faa3079556084c7d63615df53eb4
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Mar 10 10:46:27 2022 +0100
gnu: gthumb: Fix build.
* gnu/packages/gnome.scm (gthumb)[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 3da05afba7..937b10ece7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11132,7 +11132,8 @@ functionality.")
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("python" ,python)))
(inputs
`(("clutter" ,clutter)
("clutter-gst" ,clutter-gst)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gthumb: Fix build.,
guix-commits <=