all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* [bug#70506] [PATCH] gnu: qutebrowser: Add python-tldextract to inputs.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-05-06 11:52 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70506

Hello,

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add
> python-tldextract.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#70506] [PATCH] gnu: qutebrowser: Add python-tldextract to inputs.
  2024-05-06 11:52 ` Nicolas Goaziou via Guix-patches via
@ 2024-05-15 19:59   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-05-15 19:59 UTC (permalink / raw)
  To: 70506; +Cc: Wilko Meyer, 70506-done, Nicolas Goaziou

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:

> Hello,
>
> Wilko Meyer <w@wmeyer.eu> writes:
>
>> * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add
>> python-tldextract.
>
> Applied. Thank you.

Looks like it was applied, so closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.