joinmarket: 0.9.8 -> 0.9.9

This commit is contained in:
nixbitcoin 2023-05-07 13:55:30 +00:00
parent 7736468466
commit fcd81d486d
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
9 changed files with 88 additions and 111 deletions

View file

@ -8,6 +8,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ txtorcon cryptography pyopenssl libnacl joinmarketbase ];
# libnacl 1.8.0 is not on github
patchPhase = ''
substituteInPlace setup.py \
--replace "'libnacl==1.8.0'" "'libnacl==1.7.2'"
'';
meta = with lib; {
description = "Client library for Bitcoin coinjoins";
homepage = "https://github.com/Joinmarket-Org/joinmarket-clientserver";