gnu: qutebrowser: 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 a30627d82b
commit f4d139d02f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -538,7 +538,7 @@ (define-public qutebrowser
(assoc-ref inputs "qtwebengine")
"/lib/qt5/libexec/QtWebEngineProcess")))
(wrap-program bin
`("QTWEBENGINEPROCESS_PATH" ":" prefix (,qt-process-path)))
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
#t))))))
(home-page "https://qutebrowser.org/")
(synopsis "Minimal, keyboard-focused, vim-like web browser")