gnu: gnu-c-manual: Use invoke.

* gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
This commit is contained in:
Mark H Weaver 2018-03-16 01:55:07 -04:00
parent 61a815ebeb
commit 9feb4fd589
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -909,9 +909,9 @@ (define-public gnu-c-manual
(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"))