gnu: gnu-c-manual: Use invoke.
* gnu/packages/gcc.scm (gnu-c-manual)[arguments]: Use invoke.
This commit is contained in:
parent
61a815ebeb
commit
9feb4fd589
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue