guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: qutebrowser: Fix QTWEBENGINEPROCESS_PATH wrapping.


From: guix-commits
Subject: 02/02: gnu: qutebrowser: 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 f4d139d02f0b0404540b74f3249de050b519b880
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Sat Nov 21 11:11:03 2020 +0100

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

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 51af66e..bf1d45e 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -538,7 +538,7 @@ interface.")
                                       (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")



reply via email to

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