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>
This commit is contained in:
parent
eb5f620134
commit
7312a7d073
|
@ -147,9 +147,6 @@
|
||||||
("python2-pyqt" ,python2-pyqt)
|
("python2-pyqt" ,python2-pyqt)
|
||||||
("python2-sip" ,python2-sip)
|
("python2-sip" ,python2-sip)
|
||||||
("python2-regex" ,python2-regex)
|
("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)))
|
("sqlite" ,sqlite)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
|
Loading…
Reference in New Issue