Unverified Commit 405bff40 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

calibre: add fonttools dependency (#366152)

parents b0324b6d 4bff4585
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 = ''