unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
@ 2022-08-27  5:02 Zhu Zihao
  2022-08-27 21:42 ` bug#57445: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2022-08-27  5:02 UTC (permalink / raw)
  To: 57445

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-qtwebengine-Fix-QTWEBENGINEPROCESS_PATH-specific.patch --]
[-- Type: text/x-patch, Size: 1055 bytes --]

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


[-- Attachment #2: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744

Zihao

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57445: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
  2022-08-27  5:02 [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification Zhu Zihao
@ 2022-08-27 21:42 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-27 21:42 UTC (permalink / raw)
  To: Zhu Zihao, 57445-done

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-27 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27  5:02 [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification Zhu Zihao
2022-08-27 21:42 ` bug#57445: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).