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
1 changed files with 2 additions and 1 deletions

View File

@ -4034,7 +4034,8 @@ and vice-versa.")
#: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)