gnu: vte: Add 'pre-build phase.
* gnu/packages/gnome.scm (vte): Add 'pre-build phase.
This commit is contained in:
parent
0404c34cb7
commit
7ed6ee1e34
|
@ -1344,6 +1344,13 @@ libraries written in C.")
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gtk+" ,gtk+))) ; required by libvte-2.91.pc
|
`(("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/")
|
(home-page "http://www.gnome.org/")
|
||||||
(synopsis "Virtual Terminal Emulator")
|
(synopsis "Virtual Terminal Emulator")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue