Merge pull request #27290 from calvertvl/fix_calibre_html5lib

calibre: fix html5lib error
This commit is contained in:
Frederik Rietdijk 2017-07-17 14:19:21 +02:00 committed by GitHub
commit 42cdad0a03
1 changed files with 2 additions and 1 deletions

View File

@ -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