diff mbox series

[bug#57445] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.

Message ID 86y1vai8is.fsf@163.com
State Accepted
Headers show
Series [bug#57445] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Zhu Zihao Aug. 27, 2022, 5:02 a.m. UTC

Comments

Marius Bakke Aug. 27, 2022, 9:42 p.m. UTC | #1
Zhu Zihao <all_but_last@163.com> skriver:

> Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
>
> * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
> "lib/qt6/libexec/QtWebEngineProcess" for search path.

Applied, thanks!
diff mbox series

Patch

From 369cf325955820d13a473b206bf65ad2c5f3e066 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sat, 27 Aug 2022 12:59:04 +0800
Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.

* gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
"lib/qt6/libexec/QtWebEngineProcess" for search path.
---
 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 821e824e36..da8ff0f70a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2837,7 +2837,7 @@  (define (delete-unwanted-files child stat flag base level)
             (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
-- 
2.37.2