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

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

    gnu: kiwix-desktop: Do not wrap with QTWEBENGINEPROCESS_PATH.
    
    * gnu/packages/web.scm (kiwix-desktop) [arguments]: Remove
    wrap-qt-process-path phase.
    
    Change-Id: Iaf33c180268358a3b1bf1695b37313f20b410f9d
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
---
 gnu/packages/web.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 90297db555..4e5dd02561 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -9527,15 +9527,7 @@ It contains the code shared by all Kiwix ports.")
            (lambda* (#:key outputs #:allow-other-keys)
              (invoke "qmake"
                      (string-append "PREFIX="
-                                    (assoc-ref outputs "out")))))
-         (add-after 'install 'wrap-qt-process-path
-           (lambda* (#:key inputs outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (bin (string-append out "/bin/kiwix-desktop"))
-                    (qt-process-path (search-input-file
-                                      inputs 
"/lib/qt5/libexec/QtWebEngineProcess")))
-               (wrap-program bin
-                 `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
+                                    (assoc-ref outputs "out"))))))))
     (inputs
      (list bash-minimal
            curl

Reply via email to