gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.
* gnu/packages/vpn.scm (protonvpn-cli)[arguments]<#:phases>{wrap-wrapper}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b74085ce36
commit
96a2ae40fb
@ -440,6 +440,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
(let ((entrypoint (string-append (assoc-ref outputs "out")
|
||||
"/bin/.protonvpn-real")))
|
||||
(wrap-program entrypoint
|
||||
#:sh (search-input-file inputs "bin/bash")
|
||||
`("PATH" ":" prefix
|
||||
,(map (lambda (name)
|
||||
(let ((input (assoc-ref inputs name)))
|
||||
|
Loading…
Reference in New Issue
Block a user