calibre: Fix error when sending E-Mails

When sending E-Mails an error was thrown due to the missing 'dns'
python package.
This commit is contained in:
André-Patrick Bubel 2017-11-22 13:41:23 +01:00
parent 67ce1357fa
commit 04bdff3d8f
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
poppler_utils libpng imagemagick libjpeg
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
] ++ (with python2Packages; [
apsw cssselect cssutils dateutil html5-parser lxml mechanize netifaces pillow
apsw cssselect cssutils dateutil dns html5-parser lxml mechanize netifaces pillow
python pyqt5 sip
regex msgpack
# the following are distributed with calibre, but we use upstream instead