gnu: tidy: Use INVOKE.

* gnu/packages/web.scm (tidy)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-01 07:41:34 +02:00
parent 946e5e8aa1
commit b5d587055b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -855,7 +855,7 @@ (module "tidy")
;; source tree.
(copy-recursively "build/gnuauto" ".")
(setenv "AUTOMAKE" "automake --foreign")
(zero? (system* "autoreconf" "-vfi")))))))
(invoke "autoreconf" "-vfi"))))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)