···25 DESTDIR=$(out)
26 '';
2728- propagatedBuildInputs = with python3Packages; [ pyqt5 ];
2930 postInstall = ''
31 # replace with our own wrappers. They need to be changed manually since it wouldn't work otherwise
···25 DESTDIR=$(out)
26 '';
2728+ propagatedBuildInputs = with python3Packages; [ pyqt5_with_qtwebkit ];
2930 postInstall = ''
31 # replace with our own wrappers. They need to be changed manually since it wouldn't work otherwise
+2-2
pkgs/applications/misc/calibre/default.nix
···23 ] ++ stdenv.lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;
2425 prePatch = ''
26- sed -i "/pyqt_sip_dir/ s:=.*:= '${python2Packages.pyqt5}/share/sip/PyQt5':" \
27 setup/build_environment.py
2829 # Remove unneeded files and libs
···42 fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
43 ] ++ (with python2Packages; [
44 apsw cssselect cssutils dateutil dnspython html5-parser lxml mechanize netifaces pillow
45- python pyqt5 sip
46 regex msgpack
47 # the following are distributed with calibre, but we use upstream instead
48 odfpy
···23 ] ++ stdenv.lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;
2425 prePatch = ''
26+ sed -i "/pyqt_sip_dir/ s:=.*:= '${python2Packages.pyqt5_with_qtwebkit}/share/sip/PyQt5':" \
27 setup/build_environment.py
2829 # Remove unneeded files and libs
···42 fontconfig podofo qtbase chmlib icu sqlite libusb1 libmtp xdg_utils wrapGAppsHook
43 ] ++ (with python2Packages; [
44 apsw cssselect cssutils dateutil dnspython html5-parser lxml mechanize netifaces pillow
45+ python pyqt5_with_qtwebkit sip
46 regex msgpack
47 # the following are distributed with calibre, but we use upstream instead
48 odfpy