civodul pushed a commit to branch core-updates
in repository guix.
commit b74085ce36528c0127d8da192f013dd1f365365c
Author: Maxime Devos <[email protected]>
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 <[email protected]>
---
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