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:
Maxime Devos 2021-05-31 20:11:50 +02:00 committed by Ludovic Courtès
parent b74085ce36
commit 96a2ae40fb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))