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

This commit is contained in:
StepBroBD
2025-07-29 22:28:17 +02:00
committed by GitHub

View File

@@ -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);