guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/31: gnu: tidy: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 15/31: gnu: tidy: Use INVOKE.
Date: Wed, 30 May 2018 22:55:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b5d587055b5496564f7492ff7ba3a6ea6a7b7b02
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 1 07:41:34 2018 +0200

    gnu: tidy: Use INVOKE.
    
    * gnu/packages/web.scm (tidy)[arguments]: Substitute INVOKE for SYSTEM*.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c37f70e..e79001c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]