mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: vte: Fix build.
* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
This commit is contained in:
parent
42f7d0d94c
commit
5ed33b0d05
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue