gnu: protonvpn-cli: Remove sanity-check phase.

* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check
phase.
This commit is contained in:
Josselin Poiret 2022-02-08 19:05:41 +01:00 committed by Brice Waegeneire
parent 9c8f68f479
commit e641d707e1
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -769,7 +769,11 @@ (define-public protonvpn-cli
"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