gnu: vte: Add 'pre-build phase.

* gnu/packages/gnome.scm (vte): Add 'pre-build phase.
This commit is contained in:
Federico Beffa 2015-01-19 18:04:12 +01:00
parent 0404c34cb7
commit 7ed6ee1e34

View file

@ -1344,6 +1344,13 @@ (define-public vte
("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