guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: Revert "build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' i


From: guix-commits
Subject: 05/12: Revert "build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed."
Date: Fri, 2 Jul 2021 16:52:51 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 15fd870c3f46314e02a36818f7f16da0de32d421
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 2 00:58:57 2021 -0400

    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.
---
 guix/build/qt-build-system.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/build/qt-build-system.scm b/guix/build/qt-build-system.scm
index bd8e694..0d5531c 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 '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]