diff options
author | Brendan Tildesley <brendan.tildesley@openmailbox.org> | 2017-11-04 02:44:01 +1100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-05 17:24:01 +0100 |
commit | bf4a40db3c3af64e8784a0985315921531bbd29e (patch) | |
tree | 24d3fa176f6b0dcfb4b7ca04ac59ead42d1a1a19 /gnu/packages/ebook.scm | |
parent | 2e15906c1c1337945b6578c7f58a4fd4af52aaf3 (diff) | |
download | guix-bf4a40db3c3af64e8784a0985315921531bbd29e.tar guix-bf4a40db3c3af64e8784a0985315921531bbd29e.tar.gz |
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>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index da7c9dc0f8..a8c6f5975b 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -126,6 +126,7 @@ ("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) |