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:
parent
67ce1357fa
commit
04bdff3d8f
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
poppler_utils libpng imagemagick libjpeg
|
poppler_utils libpng imagemagick libjpeg
|
||||||
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
|
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
|
||||||
] ++ (with python2Packages; [
|
] ++ (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
|
python pyqt5 sip
|
||||||
regex msgpack
|
regex msgpack
|
||||||
# the following are distributed with calibre, but we use upstream instead
|
# the following are distributed with calibre, but we use upstream instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user