calibre-web: fix build by relaxing wand dependency (#503253)

This commit is contained in:
Bruno BELANYI
2026-03-27 19:50:24 +00:00
committed by GitHub
+1
View File
@@ -135,6 +135,7 @@ python3Packages.buildPythonApplication rec {
"regex"
"tornado"
"unidecode"
"wand"
];
nativeCheckInputs = lib.concatAttrValues optional-dependencies;