mhw pushed a commit to branch core-updates
in repository guix.
commit 9feb4fd589d0068730bd3fe28cc5e847bd99122b
Author: Mark H Weaver <[email protected]>
Date: Fri Mar 16 01:55:07 2018 -0400
gnu: gnu-c-manual: Use invoke.
* gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
---
gnu/packages/gcc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3fc95fa..3a34ffb 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -909,9 +909,9 @@ effective code.")
(delete 'check)
(replace 'build
(lambda _
- (zero? (system* "make"
- "gnu-c-manual.info"
- "gnu-c-manual.html"))))
+ (invoke "make"
+ "gnu-c-manual.info"
+ "gnu-c-manual.html")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))