Skip to content

Commit

Permalink
calibre: Fix error when sending E-Mails
Browse files Browse the repository at this point in the history
When sending E-Mails an error was thrown due to the missing 'dns'
python package.

(cherry picked from commit 04bdff3)
  • Loading branch information
Moredread authored and FRidh committed Nov 22, 2017
1 parent 786104d commit 5db4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/calibre/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 5db4e63

Please sign in to comment.