Unverified Commit 2f14e8c6 authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

calibre-web: fix build by relaxing `unidecode` dependency (#429318)

parents 952beb58 525c887f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  nixosTests,
  python3Packages,
}:

python3Packages.buildPythonApplication rec {
  pname = "calibre-web";
  version = "0.6.24";
@@ -134,6 +133,7 @@ python3Packages.buildPythonApplication rec {
    "pypdf"
    "regex"
    "tornado"
    "unidecode"
  ];

  nativeCheckInputs = lib.flatten (lib.attrValues optional-dependencies);