diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-02 00:58:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-02 16:50:09 -0400 |
commit | 15fd870c3f46314e02a36818f7f16da0de32d421 (patch) | |
tree | cd3482a39a2ab9a1d00e34c52421ecf2a03c84ef | |
parent | 3a94998f5e1699c23fba7843ceba098aa607024d (diff) | |
download | guix-15fd870c3f46314e02a36818f7f16da0de32d421.tar.gz guix-15fd870c3f46314e02a36818f7f16da0de32d421.zip |
Revert "build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed."
This reverts commit 06eb21856f9535ab62d0becc92b4146e0620654e. It will need to
be refactored to fit on top of 2214b7b78d34a0e4d574b743dbeb8457356f6cff.
-rw-r--r-- | guix/build/qt-build-system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/build/qt-build-system.scm b/guix/build/qt-build-system.scm index bd8e694209..0d5531ce05 100644 --- a/guix/build/qt-build-system.scm +++ b/guix/build/qt-build-system.scm @@ -87,8 +87,7 @@ "/cursors" "/wallpapers" "/icons" "/mime") '("XDG_CONFIG_DIRS" "/etc/xdg") '("QT_PLUGIN_PATH" "/lib/qt5/plugins") - '("QML2_IMPORT_PATH" "/lib/qt5/qml") - '("QTWEBENGINEPROCESS_PATH" "/lib/qt5/libexec/QtWebEngineProcess")))) + '("QML2_IMPORT_PATH" "/lib/qt5/qml")))) (define* (wrap-all-programs #:key inputs outputs (qt-wrap-excluded-outputs '()) |