gnu: httptunnel: Use INVOKE.
* gnu/packages/web.scm (httptunnel)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
2cdc719193
commit
16b5dafc4d
1 changed files with 2 additions and 2 deletions
|
@ -4889,8 +4889,8 @@ on the fly.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out")))
|
(let* ((out (assoc-ref outputs "out")))
|
||||||
(setenv "CONFIG_SHELL" (which "bash"))
|
(setenv "CONFIG_SHELL" (which "bash"))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)))))))))
|
(string-append "--prefix=" out))))))))
|
||||||
(home-page "http://www.nocrew.org/software/httptunnel.html")
|
(home-page "http://www.nocrew.org/software/httptunnel.html")
|
||||||
(synopsis "Tunnel data connections through HTTP requests")
|
(synopsis "Tunnel data connections through HTTP requests")
|
||||||
(description "httptunnel creates a bidirectional virtual data connection
|
(description "httptunnel creates a bidirectional virtual data connection
|
||||||
|
|
Reference in a new issue