gnu: vte-ng: Use "invoke".

* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of SYSTEM*.
master
Marius Bakke 2018-07-09 23:23:40 +02:00
parent 269a86bd7c
commit e1d887fbb9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

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