calibre-web: fix build by relaxing wand dependency

calibre-web relies on wand <7.0 and nixpkgs has upgraded past that.
This commit is contained in:
azban
2026-03-27 11:25:56 -06:00
parent 72863bd081
commit 921aa794bf
+1
View File
@@ -135,6 +135,7 @@ python3Packages.buildPythonApplication rec {
"regex"
"tornado"
"unidecode"
"wand"
];
nativeCheckInputs = lib.concatAttrValues optional-dependencies;