mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
calibre: fix chm processing dependency
This commit is contained in:
parent
a07a608342
commit
7d883da22a
@ -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…
Reference in New Issue
Block a user