From: Sergey Trofimov <sarg@sarg.org.ru> To: 44771@debbugs.gnu.org Cc: Sergey Trofimov <sarg@sarg.org.ru> Subject: [bug#44771] [PATCH] gnu: Properly use $QTWEBENGINEPROCESS_PATH Date: Sat, 21 Nov 2020 11:11:03 +0100 Message-ID: <20201121101102.25373-1-sarg@sarg.org.ru> (raw) In-Reply-To: <20201120211907.23975-1-sarg@sarg.org.ru> --- gnu/packages/ebook.scm | 2 +- gnu/packages/web-browsers.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 1609a631b7..e80ad45383 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"))))) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 51af66ef54..bf1d45e5cc 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") -- 2.29.2
next prev parent reply other threads:[~2020-11-21 10:12 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-20 21:19 Sergey Trofimov 2020-11-21 10:11 ` Sergey Trofimov [this message] 2020-11-28 16:34 ` bug#44771: " Christopher Baines
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://guix.gnu.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20201121101102.25373-1-sarg@sarg.org.ru \ --to=sarg@sarg.org.ru \ --cc=44771@debbugs.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
unofficial mirror of guix-patches@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \ guix-patches@gnu.org public-inbox-index guix-patches Example config snippet for mirrors. Newsgroup available over NNTP: nntp://news.yhetil.org/yhetil.gnu.guix.patches AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git