calibre: fix chm processing dependency

main
Alexander Shpilkin 2 years ago
parent a07a608342
commit 7d883da22a
No known key found for this signature in database
GPG Key ID: 55F6F5B75637BD38
  1. 3
      pkgs/applications/misc/calibre/default.nix

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

Loading…
Cancel
Save