mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
9f8f34a16a
commit
69820ecfd9
1 changed files with 1 additions and 1 deletions
|
@ -2836,7 +2836,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
|
||||
|
|
Loading…
Reference in a new issue