From 5ed33b0d05902de921e972d41168910107c93515 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 18 Jan 2022 14:26:21 +0100 Subject: 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 -- cgit v1.2.3