calibre-web: fix build by relaxing unidecode dependency (#429318)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user