andreas pushed a commit to branch qt-team
in repository guix.

commit a7b99045bf814141d508fb755db1cf8ed527baaf
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun Feb 2 12:34:59 2025 +0800

    gnu: qutebrowser: Do not wrap with QTWEBENGINEPROCESS_PATH.
    
    * gnu/packages/web-browsers.scm (qutebrowser) [arguments]: Remove
    QTWEBENGINEPROCESS_PATH from the wrap-qt-process-path phase.
    
    Change-Id: I7227e1f5abd9e9db98d603ca74ece6ea268b7eaa
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
---
 gnu/packages/web-browsers.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 1154242a5a..679d38a4ba 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -566,7 +566,7 @@ interface.")
            python-pyqtwebengine-6
            python-tldextract
            ;; While qtwebengine is provided by python-pyqtwebengine-6, it's
-           ;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
+           ;; included here so we can wrap QTWEBENGINE_RESOURCES_PATH.
            qtwebengine))
     (arguments
      `(;; FIXME: With the existence of qtwebengine, tests can now run.  But
@@ -621,10 +621,7 @@ interface.")
              (wrap-program (search-input-file outputs "bin/qutebrowser")
                `("QTWEBENGINE_RESOURCES_PATH" =
                  (,(search-input-directory
-                    inputs "/share/qt6/resources")))
-               `("QTWEBENGINEPROCESS_PATH" =
-                 (,(search-input-file
-                    inputs "/lib/qt6/libexec/QtWebEngineProcess")))))))))
+                    inputs "/share/qt6/resources")))))))))
     (home-page "https://qutebrowser.org/";)
     (synopsis "Minimal, keyboard-focused, vim-like web browser")
     (description "qutebrowser is a keyboard-focused browser with a minimal

Reply via email to