diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-18 14:26:21 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-18 14:27:52 +0100 |
commit | 5ed33b0d05902de921e972d41168910107c93515 (patch) | |
tree | ca917f28efc34f5db0f0ae9703e54f1b300fe8d5 /gnu/packages/gnome.scm | |
parent | 42f7d0d94c5cf21773a5ecfcf114170117efbcae (diff) | |
download | guix-5ed33b0d05902de921e972d41168910107c93515.tar guix-5ed33b0d05902de921e972d41168910107c93515.tar.gz |
gnu: vte: Fix build.
* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
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 |