From a30627d82bd53ab048410586d44ba1debc1d1010 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Sat, 21 Nov 2020 11:11:03 +0100 Subject: 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 --- gnu/packages/ebook.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/ebook.scm') diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index b7b2113db4..a23c677880 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -281,7 +281,7 @@ (lambda (binary) (wrap-program binary ;; Make QtWebEngineProcess available. - `("QTWEBENGINEPROCESS_PATH" ":" = + `("QTWEBENGINEPROCESS_PATH" = ,(list (string-append qtwebengine "/lib/qt5/libexec/QtWebEngineProcess"))))) -- cgit v1.2.3