From 16b5dafc4db79e0ebf6dbe48d0ed21c25d82edfe Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 1 Apr 2018 07:46:17 +0200 Subject: 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 0fe9c5bdec..5a87eb5f6e 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 -- cgit v1.2.3