Hi! Pushed fix as c5fd1b0bd362f8b8578a76a26a65ba5d00d48992. Maxim Cournoyer skribis: >> Seeing a growing number of packages require a custom wrap phase for >> qtwebengine, I think the following additions could make sense to be >> incorporated as part as this Qt-world rebuild: [...] >> modified guix/build/qt-build-system.scm >> @@ -86,7 +86,8 @@ >> "/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")))) And done in 06eb21856f9535ab62d0becc92b4146e0620654e. Now we can remove some of these custom phases! Ludo’.