guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.


From: guix-commits
Subject: 06/07: gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
Date: Sat, 27 Aug 2022 17:50:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 69820ecfd9269216cbccab8202718e015c46bd72
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Aug 27 12:59:04 2022 +0800

    gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
    
    * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
    "lib/qt6/libexec/QtWebEngineProcess" for search path.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 931bc35352..53166980e8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2836,7 +2836,7 @@ linux/libcurl_wrapper.h"
             (file-type 'regular)
             (separator #f)
             (variable "QTWEBENGINEPROCESS_PATH")
-            (files '("lib/qt5/libexec/QtWebEngineProcess")))))
+            (files '("lib/qt6/libexec/QtWebEngineProcess")))))
     (home-page "https://wiki.qt.io/QtWebEngine";)
     (synopsis "Qt WebEngine module")
     (description "The Qt WebEngine module provides support for web



reply via email to

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