fix python packages on nixos-22.05

Fixes:
- joinmarket
- pyln-proto
This commit is contained in:
Erik Arvstedt 2022-06-28 00:08:27 +02:00
parent a9123a9842
commit f52ff8fdb5
No known key found for this signature in database
GPG key ID: 33312B944DD97846
6 changed files with 172 additions and 50 deletions

View file

@ -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; {