calibre-web: fix build by relaxing unidecode dependency

This commit is contained in:
Daniel Laing
2025-07-29 11:48:51 +01:00
parent 974b7c9047
commit 525c887fbc
+1 -1
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);