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

authored by stepbrobd.com and committed by GitHub 2f14e8c6 952beb58

+1 -1
+1 -1
pkgs/by-name/ca/calibre-web/package.nix
··· 6 nixosTests, 7 python3Packages, 8 }: 9 - 10 python3Packages.buildPythonApplication rec { 11 pname = "calibre-web"; 12 version = "0.6.24"; ··· 134 "pypdf" 135 "regex" 136 "tornado" 137 ]; 138 139 nativeCheckInputs = lib.flatten (lib.attrValues optional-dependencies);
··· 6 nixosTests, 7 python3Packages, 8 }: 9 python3Packages.buildPythonApplication rec { 10 pname = "calibre-web"; 11 version = "0.6.24"; ··· 133 "pypdf" 134 "regex" 135 "tornado" 136 + "unidecode" 137 ]; 138 139 nativeCheckInputs = lib.flatten (lib.attrValues optional-dependencies);