guix-commits
[Top][All Lists]
Advanced

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

19/31: gnu: httptunnel: Use INVOKE.


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

nckx pushed a commit to branch master
in repository guix.

commit 16b5dafc4db79e0ebf6dbe48d0ed21c25d82edfe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 1 07:46:17 2018 +0200

    gnu: httptunnel: Use INVOKE.
    
    * gnu/packages/web.scm (httptunnel)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0fe9c5b..5a87eb5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4889,8 +4889,8 @@ on the fly.")
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out")))
                (setenv "CONFIG_SHELL" (which "bash"))
-               (zero? (system* "./configure"
-                               (string-append "--prefix=" out)))))))))
+               (invoke "./configure"
+                       (string-append "--prefix=" out))))))))
     (home-page "http://www.nocrew.org/software/httptunnel.html";)
     (synopsis "Tunnel data connections through HTTP requests")
     (description "httptunnel creates a bidirectional virtual data connection



reply via email to

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