Skip to content

Commit

Permalink
Merge pull request #72726 from bandresen/calibre_bugfix_addmarkdown
Browse files Browse the repository at this point in the history
calibre: bugfix: add markdown to inputs
  • Loading branch information
worldofpeace committed Nov 3, 2019
2 parents 88e6909 + c4aff4c commit 7daa6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/calibre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkDerivation rec {
poppler_utils libpng imagemagick libjpeg
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
] ++ (with pypkgs; [
apsw cssselect css-parser dateutil dnspython html5-parser lxml netifaces pillow
apsw cssselect css-parser dateutil dnspython html5-parser lxml markdown netifaces pillow
python pyqt5_with_qtwebkit sip
regex msgpack beautifulsoup4 html2text
# the following are distributed with calibre, but we use upstream instead
Expand Down

0 comments on commit 7daa6ec

Please sign in to comment.