mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ (define-public protonvpn-cli
|
|||
(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 a new issue