Skip to content

Commit

Permalink
calibre: use webengine i/o webkit
Browse files Browse the repository at this point in the history
As of v4, calibre supports qtwebengine so use that instead of the
deprecated qtwebkit.
  • Loading branch information
peterhoeg committed Jul 3, 2020
1 parent 55668eb commit 1da9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/calibre/default.nix
Expand Up @@ -47,7 +47,7 @@ mkDerivation rec {
] ++ lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;

prePatch = ''
sed -i "/pyqt_sip_dir/ s:=.*:= '${pypkgs.pyqt5_with_qtwebkit}/share/sip/PyQt5':" \
sed -i "/pyqt_sip_dir/ s:=.*:= '${pypkgs.pyqt5}/share/sip/PyQt5':" \
setup/build_environment.py
# Remove unneeded files and libs
Expand Down

0 comments on commit 1da9cd8

Please sign in to comment.