calibre: fix chm processing dependency

This commit is contained in:
Alexander Shpilkin 2022-06-16 07:19:21 +03:00
parent a07a608342
commit 7d883da22a
No known key found for this signature in database
GPG key ID: 55F6F5B75637BD38

View file

@ -16,7 +16,6 @@
, hunspell , hunspell
, hyphen , hyphen
, unrarSupport ? false , unrarSupport ? false
, chmlib
, python3Packages , python3Packages
, libusb1 , libusb1
, libmtp , libmtp
@ -66,7 +65,6 @@ mkDerivation rec {
nativeBuildInputs = [ pkg-config qmake removeReferencesTo wrapGAppsHook ]; nativeBuildInputs = [ pkg-config qmake removeReferencesTo wrapGAppsHook ];
buildInputs = [ buildInputs = [
chmlib
fontconfig fontconfig
hunspell hunspell
hyphen hyphen
@ -102,6 +100,7 @@ mkDerivation rec {
msgpack msgpack
netifaces netifaces
pillow pillow
pychm
pyqt-builder pyqt-builder
pyqt5 pyqt5
python python