gnu: vte: Add 'pre-build phase. * gnu/packages/gnome.scm (vte): Add 'pre-build phase.
1 files changed, 7 insertions(+), 0 deletions(-) M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +7 -0
@@ 1344,6 1344,13 @@ libraries written in C.") ("xmllint" ,libxml2))) (propagated-inputs `(("gtk+" ,gtk+))) ; required by libvte-2.91.pc (arguments `(#:phases (alist-cons-before 'build 'pre-build (lambda* _ (setenv "CC" "gcc")) %standard-phases))) (home-page "http://www.gnome.org/") (synopsis "Virtual Terminal Emulator") (description