calibre-web: fix build

This commit is contained in:
Sizhe Zhao 2025-06-08 03:32:30 +08:00
parent 6382019211
commit b79c68f48b
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -133,6 +133,7 @@ python3Packages.buildPythonApplication rec {
"lxml"
"pypdf"
"regex"
"tornado"
];
nativeCheckInputs = lib.flatten (lib.attrValues optional-dependencies);