Skip to content

Commit 4bff458

Browse files
committed
calibre: add fonttools dependency
1 parent ec42e38 commit 4bff458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ca/calibre/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
104104
beautifulsoup4
105105
css-parser
106106
cssselect
107+
fonttools
107108
python-dateutil
108109
dnspython
109110
faust-cchardet
@@ -206,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {
206207

207208
doInstallCheck = true;
208209
installCheckInputs = with python3Packages; [
209-
fonttools
210210
psutil
211211
];
212212
installCheckPhase = ''

0 commit comments

Comments
 (0)