From adc25b68b16643e95cd8248331ad75afecf86c63 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 4 May 2019 02:42:16 +1000 Subject: gnu: calibre: Add python2-html2text as an input. * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html2text. Signed-off-by: Danny Milosavljevic --- gnu/packages/ebook.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/ebook.scm') diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 799eed6095..b26eacac52 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -132,6 +132,7 @@ ("python2-dnspython" ,python2-dnspython) ("python2-dukpy" ,python2-dukpy) ("python2-feedparser" ,python2-feedparser) + ("python2-html2text" ,python2-html2text) ("python2-html5-parser" ,python2-html5-parser) ("python2-html5lib" ,python2-html5lib) ("python2-lxml" ,python2-lxml) -- cgit v1.2.3