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:
parent
8f710be89e
commit
cd455e0bb1
@ -928,8 +928,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
"ncurses"
|
||||
"openvpn"
|
||||
"procps"
|
||||
"which")))))
|
||||
#t))
|
||||
"which")))))))
|
||||
;; The `protonvpn' script wants to write to `~user' to initialize its
|
||||
;; logger, so simply setting HOME=/tmp won't cut it. Remove
|
||||
;; sanity-check.
|
||||
@ -937,7 +936,8 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
(native-inputs
|
||||
(list python-docopt))
|
||||
(inputs
|
||||
(list dialog
|
||||
(list bash-minimal
|
||||
dialog
|
||||
iproute
|
||||
iptables
|
||||
ncurses
|
||||
|
Loading…
x
Reference in New Issue
Block a user