mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
c5fd1b0bd3
commit
06eb21856f
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ (define (collect-sub-dirs base-directories subdirectory
|
|||
"/cursors" "/wallpapers" "/icons" "/mime")
|
||||
'("XDG_CONFIG_DIRS" "/etc/xdg")
|
||||
'("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
|
||||
(qt-wrap-excluded-outputs '())
|
||||
|
|
Loading…
Reference in a new issue