mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:28:19 +00:00
jrnl: relax tzlocal constraints
This commit is contained in:
parent
3afdc2c8bc
commit
4702322969
@ -16,6 +16,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
sha256 = "sha256-+kPr7ndY6u1HMw6m0UZJ5jxVIPNjlTfQt7OYEdZkHBE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'tzlocal = ">2.0, <3.0"' 'tzlocal = ">2.0, !=3.0"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user