mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-13 12:45:53 +02:00
gnu: tidy: Use INVOKE.
* gnu/packages/web.scm (tidy)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
@@ -855,7 +855,7 @@ UTS#46.")
|
||||
;; source tree.
|
||||
(copy-recursively "build/gnuauto" ".")
|
||||
(setenv "AUTOMAKE" "automake --foreign")
|
||||
(zero? (system* "autoreconf" "-vfi")))))))
|
||||
(invoke "autoreconf" "-vfi"))))))
|
||||
(native-inputs
|
||||
`(("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
|
||||
Reference in New Issue
Block a user