mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
calibre: add feedparser to dependencies (#69437)
This commit is contained in:
parent
577d04210e
commit
84df543de0
|
@ -47,7 +47,7 @@ mkDerivation rec {
|
||||||
poppler_utils libpng imagemagick libjpeg
|
poppler_utils libpng imagemagick libjpeg
|
||||||
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
|
fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils
|
||||||
] ++ (with pypkgs; [
|
] ++ (with pypkgs; [
|
||||||
apsw cssselect css-parser dateutil dnspython html5-parser lxml markdown netifaces pillow
|
apsw cssselect css-parser dateutil dnspython feedparser html5-parser lxml markdown netifaces pillow
|
||||||
python pyqt5_with_qtwebkit sip
|
python pyqt5_with_qtwebkit sip
|
||||||
regex msgpack beautifulsoup4 html2text
|
regex msgpack beautifulsoup4 html2text
|
||||||
# the following are distributed with calibre, but we use upstream instead
|
# the following are distributed with calibre, but we use upstream instead
|
||||||
|
|
Loading…
Reference in a new issue