From 7ed6ee1e34011189b42c32d305ac2c2f6b9efa17 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 19 Jan 2015 18:04:12 +0100 Subject: gnu: vte: Add 'pre-build phase. * gnu/packages/gnome.scm (vte): Add 'pre-build phase. --- gnu/packages/gnome.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 20f4078400..acc964e7fc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 -- cgit v1.2.1