mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qutebrowser: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/web-browsers.scm (qutebrowser) [arguments]: Remove QTWEBENGINEPROCESS_PATH from the wrap-qt-process-path phase. Change-Id: I7227e1f5abd9e9db98d603ca74ece6ea268b7eaa Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
c41d2f5a4b
commit
17ab477bae
1 changed files with 2 additions and 5 deletions
|
@ -575,7 +575,7 @@ interface.")
|
|||
python-pyqtwebengine-6
|
||||
python-tldextract
|
||||
;; While qtwebengine is provided by python-pyqtwebengine-6, it's
|
||||
;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
|
||||
;; included here so we can wrap QTWEBENGINE_RESOURCES_PATH.
|
||||
qtwebengine))
|
||||
(arguments
|
||||
`(;; FIXME: With the existence of qtwebengine, tests can now run. But
|
||||
|
@ -636,10 +636,7 @@ interface.")
|
|||
(wrap-program (search-input-file outputs "bin/qutebrowser")
|
||||
`("QTWEBENGINE_RESOURCES_PATH" =
|
||||
(,(search-input-directory
|
||||
inputs "/share/qt6/resources")))
|
||||
`("QTWEBENGINEPROCESS_PATH" =
|
||||
(,(search-input-file
|
||||
inputs "/lib/qt6/libexec/QtWebEngineProcess")))))))))
|
||||
inputs "/share/qt6/resources")))))))))
|
||||
(home-page "https://qutebrowser.org/")
|
||||
(synopsis "Minimal, keyboard-focused, vim-like web browser")
|
||||
(description "qutebrowser is a keyboard-focused browser with a minimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue