guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: protonvpn-cli: Remove sanity-check phase.
Date: Sat, 12 Feb 2022 08:16:44 -0500 (EST)

bricewge pushed a commit to branch master
in repository guix.

commit e641d707e1ec8de2bfc658dcd1757360300aa509
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Feb 8 19:05:41 2022 +0100

    gnu: protonvpn-cli: Remove sanity-check phase.
    
    * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check
    phase.
---
 gnu/packages/vpn.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 9fd0e4493d..a82db31e30 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]