build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.

Suggested by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* guix/build/qt-build-system.scm (variables-for-wrapping): Add
"QTWEBENGINEPROCESS_PATH".
This commit is contained in:
Ludovic Courtès 2021-04-08 22:23:21 +02:00
parent c5fd1b0bd3
commit 06eb21856f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -87,7 +87,8 @@ (define (collect-sub-dirs base-directories subdirectory
"/cursors" "/wallpapers" "/icons" "/mime") "/cursors" "/wallpapers" "/icons" "/mime")
'("XDG_CONFIG_DIRS" "/etc/xdg") '("XDG_CONFIG_DIRS" "/etc/xdg")
'("QT_PLUGIN_PATH" "/lib/qt5/plugins") '("QT_PLUGIN_PATH" "/lib/qt5/plugins")
'("QML2_IMPORT_PATH" "/lib/qt5/qml")))) '("QML2_IMPORT_PATH" "/lib/qt5/qml")
'("QTWEBENGINEPROCESS_PATH" "/lib/qt5/libexec/QtWebEngineProcess"))))
(define* (wrap-all-programs #:key inputs outputs (define* (wrap-all-programs #:key inputs outputs
(qt-wrap-excluded-outputs '()) (qt-wrap-excluded-outputs '())