gnu: qutebrowser: Add python-tldextract to inputs.

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

Change-Id: I2c1cf1c71cf0e6ba01711d36fd38d3b09e242caa
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Wilko Meyer 2024-04-21 23:56:16 +02:00 committed by Nicolas Goaziou
parent d6a39f3e89
commit 81743c54a3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -488,6 +488,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))