mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
d6a39f3e89
commit
81743c54a3
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue