gnu: vte: Fix build.

* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
This commit is contained in:
Mathieu Othacehe 2022-01-18 14:26:21 +01:00
parent 42f7d0d94c
commit 5ed33b0d05
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -4467,6 +4467,7 @@ (define-public vte
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("glib" ,glib "bin") ; for glib-genmarshal, etc. ("glib" ,glib "bin") ; for glib-genmarshal, etc.
("gperf" ,gperf) ("gperf" ,gperf)
("python" ,python)
("xmllint" ,libxml2))) ("xmllint" ,libxml2)))
(propagated-inputs (propagated-inputs
(list gtk+ ; required by vte-2.91.pc (list gtk+ ; required by vte-2.91.pc