guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: openconnect-sso: Set #:sh argument of 'wrap-program'.


From: guix-commits
Subject: 16/18: gnu: openconnect-sso: 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 b74085ce36528c0127d8da192f013dd1f365365c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon May 31 20:09:45 2021 +0200

    gnu: openconnect-sso: Set #:sh argument of 'wrap-program'.
    
    * gnu/packages/vpn.scm
      (openconnect-sso)[arguments]<#:phases>{wrap-qt-process-path}
      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 33ef87c..584ff0e 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -326,6 +326,7 @@ and probably others.")
                                        (assoc-ref inputs "qtwebengine")
                                        "/lib/qt5/libexec/QtWebEngineProcess")))
                (wrap-program bin
+                 #:sh (search-input-file inputs "bin/bash")
                  `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
                #t))))))
     (inputs



reply via email to

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