calibre: fix html5lib error
This commit is contained in:
parent
154efd8ec5
commit
56743ea677
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Remove unneeded files and libs
|
# Remove unneeded files and libs
|
||||||
rm -rf resources/calibre-portable.* \
|
rm -rf resources/calibre-portable.* \
|
||||||
src/{chardet,cherrypy,odf,routes}
|
src/{chardet,cherrypy,html5lib,odf,routes}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontUseQmakeConfigure = true;
|
dontUseQmakeConfigure = true;
|
||||||
@ -49,6 +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; [
|
||||||
|
html5lib_0_9999999 # needs to be before mechanize ?
|
||||||
apsw cssselect cssutils dateutil lxml mechanize netifaces pillow
|
apsw cssselect cssutils dateutil lxml mechanize netifaces pillow
|
||||||
python pyqt5 sip
|
python pyqt5 sip
|
||||||
regex msgpack
|
regex msgpack
|
||||||
|
Loading…
Reference in New Issue
Block a user