guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: calibre: Fix QTWEBENGINEPROCESS_PATH wrapping.


From: guix-commits
Subject: 01/02: gnu: calibre: Fix QTWEBENGINEPROCESS_PATH wrapping.
Date: Sat, 28 Nov 2020 11:33:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit a30627d82bd53ab048410586d44ba1debc1d1010
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Sat Nov 21 11:11:03 2020 +0100

    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>
---
 gnu/packages/ebook.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index b7b2113..a23c677 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")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]