guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vte: Fix build.


From: guix-commits
Subject: branch master updated: gnu: vte: Fix build.
Date: Tue, 18 Jan 2022 08:28:02 -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 5ed33b0d05 gnu: vte: Fix build.
5ed33b0d05 is described below

commit 5ed33b0d05902de921e972d41168910107c93515
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 18 14:26:21 2022 +0100

    gnu: vte: Fix build.
    
    * gnu/packages/gnome.scm (vte)[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 b1cdbeaebd..be1b8a3e59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4467,6 +4467,7 @@ targeting the GNOME stack simple.")
        ("gobject-introspection" ,gobject-introspection)
        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
        ("gperf" ,gperf)
+       ("python" ,python)
        ("xmllint" ,libxml2)))
     (propagated-inputs
      (list gtk+ ; required by vte-2.91.pc



reply via email to

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