gnu: vte: Fix build.
* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
parent
42f7d0d94c
commit
5ed33b0d05
|
@ -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
|
||||
|
|
Reference in New Issue