mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: calibre: Fix QTWEBENGINEPROCESS_PATH wrapping.
Even thought this is named PATH, it's not a search path, instead the value is assumed to be the location of the executable. * gnu/packages/ebook.scm (calibre)[arguments]: Fix QTWEBENGINEPROCESS_PATH wrapping. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
0ae0efd9a3
commit
a30627d82b
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ (define-public calibre
|
||||||
(lambda (binary)
|
(lambda (binary)
|
||||||
(wrap-program binary
|
(wrap-program binary
|
||||||
;; Make QtWebEngineProcess available.
|
;; Make QtWebEngineProcess available.
|
||||||
`("QTWEBENGINEPROCESS_PATH" ":" =
|
`("QTWEBENGINEPROCESS_PATH" =
|
||||||
,(list (string-append
|
,(list (string-append
|
||||||
qtwebengine
|
qtwebengine
|
||||||
"/lib/qt5/libexec/QtWebEngineProcess")))))
|
"/lib/qt5/libexec/QtWebEngineProcess")))))
|
||||||
|
|
Loading…
Reference in a new issue