mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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>
This commit is contained in:
parent
3bbb0ec888
commit
b74085ce36
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ (define-public openconnect-sso
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue