calibre: add speechd as python dependencies

This enables text to speech feature in calibre
This commit is contained in:
Hoàng Minh Thắng 2023-02-14 17:57:46 -07:00 committed by GitHub
parent b6e28d2a32
commit f5f6f0582b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
, qtbase , qtbase
, qtwayland , qtwayland
, removeReferencesTo , removeReferencesTo
, speechd
, sqlite , sqlite
, wrapQtAppsHook , wrapQtAppsHook
, xdg-utils , xdg-utils
@ -121,6 +122,7 @@ stdenv.mkDerivation rec {
regex regex
sip sip
setuptools setuptools
speechd
zeroconf zeroconf
jeepney jeepney
pycryptodome pycryptodome