[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: vte-ng: Use "invoke".
From: |
Marius Bakke |
Subject: |
02/03: gnu: vte-ng: Use "invoke". |
Date: |
Mon, 9 Jul 2018 17:28:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit e1d887fbb9ef985778d56712d7837961d26bd305
Author: Marius Bakke <address@hidden>
Date: Mon Jul 9 23:23:40 2018 +0200
gnu: vte-ng: Use "invoke".
* gnu/packages/gnome.scm (vte-ng)[arguments]: Call INVOKE instead of
SYSTEM*.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b00076f..cb56061 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2132,7 +2132,7 @@ editors, IDEs, etc.")
(replace 'bootstrap
(lambda _
(setenv "NOCONFIGURE" "true")
- (zero? (system* "sh" "autogen.sh")))))))
+ (invoke "sh" "autogen.sh"))))))
(synopsis "Enhanced VTE terminal widget")
(description
"VTE is a library (libvte) implementing a terminal emulator widget for