gnu: calibre: Add python2-dukpy as an input.

* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was
  unbundled from Calibre, so we need to to use the Guix version.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Brendan Tildesley 2017-11-04 02:44:01 +11:00 committed by Marius Bakke
parent 2e15906c1c
commit bf4a40db3c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -126,6 +126,7 @@ (define-public calibre
("python2-dateutil" ,python2-dateutil)
("python2-dbus" ,python2-dbus)
("python2-dnspython" ,python2-dnspython)
("python2-dukpy" ,python2-dukpy)
("python2-feedparser" ,python2-feedparser)
("python2-html5-parser" ,python2-html5-parser)
("python2-lxml" ,python2-lxml)