summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-01-18 14:26:21 +0100
committerMathieu Othacehe <othacehe@gnu.org>2022-01-18 14:27:52 +0100
commit5ed33b0d05902de921e972d41168910107c93515 (patch)
treeca917f28efc34f5db0f0ae9703e54f1b300fe8d5
parent42f7d0d94c5cf21773a5ecfcf114170117efbcae (diff)
downloadguix-patches-base-for-series-11020.tar
guix-patches-base-for-series-11020.tar.gz
* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
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