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

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

    gnu: openshot: Do not wrap with QTWEBENGINEPROCESS_PATH.
    
    * gnu/packages/video.scm (openshot) [arguments]: Remove wrap-program phase.
    
    Change-Id: Id09d18cb0f2f9e6542cdeeaa3026a0ff71164121
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
---
 gnu/packages/video.scm | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 97be01258b..37a584de03 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6063,19 +6063,7 @@ API.  It includes bindings for Python, Ruby, and other 
languages.")
                     (lambda _
                       ;; src/classes/info.py "needs" to create several
                       ;; directories in $HOME when loaded during build
-                      (setenv "HOME" "/tmp")))
-                  (add-after 'install 'wrap-program
-                    (lambda* (#:key outputs inputs #:allow-other-keys)
-                      (let ((out (assoc-ref outputs "out"))
-                            (qtwebengine-process-path
-                             (search-input-file
-                              inputs "/lib/qt5/libexec/QtWebEngineProcess")))
-                        (wrap-qt-program "openshot-qt"
-                                         #:output out #:inputs inputs)
-                        ;; Help the program discover QtWebEngine at runtime.
-                        (wrap-program (string-append out "/bin/openshot-qt")
-                          `("QTWEBENGINEPROCESS_PATH" =
-                            (,qtwebengine-process-path)))))))))
+                      (setenv "HOME" "/tmp"))))))
     (home-page "https://www.openshot.org/";)
     (synopsis "Video editor")
     (description "OpenShot takes your videos, photos, and music files and

Reply via email to