fix python packages on nixos-22.05
Fixes: - joinmarket - pyln-proto
This commit is contained in:
parent
a9123a9842
commit
f52ff8fdb5
6 changed files with 172 additions and 50 deletions
|
|
@ -13,6 +13,8 @@ buildPythonPackage rec {
|
|||
patchPhase = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'klein==20.6.0'" "'klein==21.8.0'"
|
||||
substituteInPlace setup.py \
|
||||
--replace "'pyjwt==2.1.0'" "'pyjwt==2.3.0'"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue