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
@ -281,7 +281,7 @@
|
||||
(lambda (binary)
|
||||
(wrap-program binary
|
||||
;; Make QtWebEngineProcess available.
|
||||
`("QTWEBENGINEPROCESS_PATH" ":" =
|
||||
`("QTWEBENGINEPROCESS_PATH" =
|
||||
,(list (string-append
|
||||
qtwebengine
|
||||
"/lib/qt5/libexec/QtWebEngineProcess")))))
|
||||
|
Loading…
Reference in New Issue
Block a user