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>master
parent
3bbb0ec888
commit
b74085ce36
|
@ -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
|
||||
|
|
Reference in New Issue