gnu: protonvpn-cli: Remove sanity-check phase.
* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase.
This commit is contained in:
parent
9c8f68f479
commit
e641d707e1
@ -769,7 +769,11 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
"openvpn"
|
||||
"procps"
|
||||
"which")))))
|
||||
#t)))))
|
||||
#t))
|
||||
;; The `protonvpn' script wants to write to `~user' to initialize its
|
||||
;; logger, so simply setting HOME=/tmp won't cut it. Remove
|
||||
;; sanity-check.
|
||||
(delete 'sanity-check))))
|
||||
(native-inputs
|
||||
(list python-docopt))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user