gnu: vte-ng: Use "invoke".
* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*.
This commit is contained in:
parent
269a86bd7c
commit
e1d887fbb9
|
@ -2132,7 +2132,7 @@ editors, IDEs, etc.")
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "NOCONFIGURE" "true")
|
(setenv "NOCONFIGURE" "true")
|
||||||
(zero? (system* "sh" "autogen.sh")))))))
|
(invoke "sh" "autogen.sh"))))))
|
||||||
(synopsis "Enhanced VTE terminal widget")
|
(synopsis "Enhanced VTE terminal widget")
|
||||||
(description
|
(description
|
||||||
"VTE is a library (libvte) implementing a terminal emulator widget for
|
"VTE is a library (libvte) implementing a terminal emulator widget for
|
||||||
|
|
Loading…
Reference in New Issue