mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
calibre-web: Update dependency version
Babel requirement is <2.9 and nixpkgs provides 2.9.0 Updated the requirement definition. Upstream did this as well and according to the Babel changelogs, there were no breaking changes between 2.8 and 2.9. Server started up properly, no functionality test, though.
This commit is contained in:
parent
6bf9e13e82
commit
b74dbf111b
@ -21,7 +21,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
--replace "singledispatch>=3.4.0.0,<3.5.0.0" "" \
|
||||
--replace "requests>=2.11.1,<2.25.0" "requests>=2.11.1,<2.26.0" \
|
||||
--replace "unidecode>=0.04.19,<1.2.0" "unidecode>=0.04.19" \
|
||||
--replace "cps = calibreweb:main" "calibre-web = calibreweb:main"
|
||||
--replace "cps = calibreweb:main" "calibre-web = calibreweb:main" \
|
||||
--replace "Babel>=1.3, <2.9" "Babel>=1.3, <=2.9"
|
||||
'';
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user