* [bug#70506] [PATCH] gnu: qutebrowser: Add python-tldextract to inputs.
@ 2024-04-21 21:56 Wilko Meyer
2024-05-06 11:52 ` Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Wilko Meyer @ 2024-04-21 21:56 UTC (permalink / raw)
To: 70506; +Cc: Wilko Meyer
* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-tldextract.
Change-Id: I2c1cf1c71cf0e6ba01711d36fd38d3b09e242caa
---
Hi Guix,
We include the qute-pass userscript in the qutebrowser package we ship, which
currently doesn't work properly as it depends on python-tldextract.
gnu/packages/web-browsers.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 0cd2d9972c..816a30c60e 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -490,6 +490,7 @@ (define-public qutebrowser
python-pyyaml
python-pyqt-6
python-pyqtwebengine-6
+ python-tldextract
;; While qtwebengine is provided by python-pyqtwebengine-6, it's
;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
qtwebengine))
base-commit: a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-15 20:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-21 21:56 [bug#70506] [PATCH] gnu: qutebrowser: Add python-tldextract to inputs Wilko Meyer
2024-05-06 11:52 ` Nicolas Goaziou via Guix-patches via
2024-05-15 19:59 ` Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).