mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: calibre: Add python2-html2text as an input.
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html2text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
7a82ceb7bb
commit
adc25b68b1
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ (define-public calibre
|
||||||
("python2-dnspython" ,python2-dnspython)
|
("python2-dnspython" ,python2-dnspython)
|
||||||
("python2-dukpy" ,python2-dukpy)
|
("python2-dukpy" ,python2-dukpy)
|
||||||
("python2-feedparser" ,python2-feedparser)
|
("python2-feedparser" ,python2-feedparser)
|
||||||
|
("python2-html2text" ,python2-html2text)
|
||||||
("python2-html5-parser" ,python2-html5-parser)
|
("python2-html5-parser" ,python2-html5-parser)
|
||||||
("python2-html5lib" ,python2-html5lib)
|
("python2-html5lib" ,python2-html5lib)
|
||||||
("python2-lxml" ,python2-lxml)
|
("python2-lxml" ,python2-lxml)
|
||||||
|
|
Loading…
Reference in a new issue