Skip to content

Commit 5db4e63

Browse files
MoredreadFRidh
authored andcommittedNov 22, 2017
calibre: Fix error when sending E-Mails
When sending E-Mails an error was thrown due to the missing 'dns' python package. (cherry picked from commit 04bdff3)
1 parent 786104d commit 5db4e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/misc/calibre/default.nix

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

0 commit comments

Comments
 (0)
Please sign in to comment.