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:
@@ -135,6 +135,7 @@ python3Packages.buildPythonApplication rec {
|
||||
"regex"
|
||||
"tornado"
|
||||
"unidecode"
|
||||
"wand"
|
||||
];
|
||||
|
||||
nativeCheckInputs = lib.concatAttrValues optional-dependencies;
|
||||
|
||||
Reference in New Issue
Block a user