me
/
guix
Archived
1
0
Fork 0

gnu: vte: Add 'pre-build phase.

* gnu/packages/gnome.scm (vte): Add 'pre-build phase.
master
Federico Beffa 2015-01-19 18:04:12 +01:00
parent 0404c34cb7
commit 7ed6ee1e34
1 changed files with 7 additions and 0 deletions

View File

@ -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