Unverified Commit 4bff4585 authored by Jordan Williams's avatar Jordan Williams
Browse files

calibre: add fonttools dependency

parent ec42e38d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
        beautifulsoup4
        css-parser
        cssselect
        fonttools
        python-dateutil
        dnspython
        faust-cchardet
@@ -206,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {

  doInstallCheck = true;
  installCheckInputs = with python3Packages; [
    fonttools
    psutil
  ];
  installCheckPhase = ''