mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: gumbo-parser: Use INVOKE.
* gnu/packages/web.scm (gumbo-parser)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
7f4e5f19fa
commit
9cd760f13f
1 changed files with 2 additions and 1 deletions
|
@ -4034,7 +4034,8 @@ (define-public gumbo-parser
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'bootstrap
|
||||
(lambda _ (zero? (system* "sh" "autogen.sh")))))))
|
||||
(lambda _
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
;; The release tarball lacks the generated files.
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue