diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-05-04 02:42:25 +1000 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-05-05 14:44:21 +0200 |
commit | 7312a7d073fba1b1d0e1951fa93f5b3a66a4354e (patch) | |
tree | ce5590b9679319f4c3cb8a902045a98ffa1978a7 /gnu/packages/ebook.scm | |
parent | eb5f620134ea96b990cb0da667cab81c281d3208 (diff) | |
download | guix-7312a7d073fba1b1d0e1951fa93f5b3a66a4354e.tar guix-7312a7d073fba1b1d0e1951fa93f5b3a66a4354e.tar.gz |
gnu: calibre: Remove some comments.
* gnu/packages/ebook.scm (calibre): There is no unrar in Guix currently, and
pdftohtml is in poppler, so we can remove this comment.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index efc504337f..ba99ce9316 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -147,9 +147,6 @@ ("python2-pyqt" ,python2-pyqt) ("python2-sip" ,python2-sip) ("python2-regex" ,python2-regex) - ;; python2-unrardll is needed for decompressing RAR files. - ;; A program called 'pdf2html' is needed for reading PDF books - ;; in the web interface. ("sqlite" ,sqlite))) (arguments `(#:python ,python-2 |