gnu: gumbo-parser: Use INVOKE.

* gnu/packages/web.scm (gumbo-parser)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-01 07:43:12 +02:00
parent 7f4e5f19fa
commit 9cd760f13f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)