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:
Sergey Trofimov 2020-11-21 11:11:03 +01:00 committed by Christopher Baines
parent 0ae0efd9a3
commit a30627d82b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -281,7 +281,7 @@ (define-public calibre
(lambda (binary)
(wrap-program binary
;; Make QtWebEngineProcess available.
`("QTWEBENGINEPROCESS_PATH" ":" =
`("QTWEBENGINEPROCESS_PATH" =
,(list (string-append
qtwebengine
"/lib/qt5/libexec/QtWebEngineProcess")))))