guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.


From: guix-commits
Subject: 17/18: gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.
Date: Fri, 4 Jun 2021 17:29:26 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 96a2ae40fb6fb8877831dcf9f1057b6f64837830
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon May 31 20:11:50 2021 +0200

    gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.
    
    * gnu/packages/vpn.scm
      (protonvpn-cli)[arguments]<#:phases>{wrap-wrapper}:
      Set #:sh argument of ‘wrap-program’.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/vpn.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 584ff0e..66c103e 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -440,6 +440,7 @@ traversing network address translators (@dfn{NAT}s) and 
firewalls.")
              (let ((entrypoint (string-append (assoc-ref outputs "out")
                                               "/bin/.protonvpn-real")))
                (wrap-program entrypoint
+                            #:sh (search-input-file inputs "bin/bash")
                             `("PATH" ":" prefix
                               ,(map (lambda (name)
                                       (let ((input (assoc-ref inputs name)))



reply via email to

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