From bf4a40db3c3af64e8784a0985315921531bbd29e Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 4 Nov 2017 02:44:01 +1100 Subject: 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 --- 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 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) -- cgit v1.2.3