gnu: protonvpn-cli: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I4390f79230e25fdb64dba96c57b7f32905245bc6
This commit is contained in:
Maxime Devos 2021-07-02 12:07:05 +02:00 committed by Ludovic Courtès
parent 8f710be89e
commit cd455e0bb1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -928,8 +928,7 @@ (define-public protonvpn-cli
"ncurses" "ncurses"
"openvpn" "openvpn"
"procps" "procps"
"which"))))) "which")))))))
#t))
;; The `protonvpn' script wants to write to `~user' to initialize its ;; The `protonvpn' script wants to write to `~user' to initialize its
;; logger, so simply setting HOME=/tmp won't cut it. Remove ;; logger, so simply setting HOME=/tmp won't cut it. Remove
;; sanity-check. ;; sanity-check.
@ -937,7 +936,8 @@ (define-public protonvpn-cli
(native-inputs (native-inputs
(list python-docopt)) (list python-docopt))
(inputs (inputs
(list dialog (list bash-minimal
dialog
iproute iproute
iptables iptables
ncurses ncurses