joinmarket: 0.9.8 -> 0.9.9
This commit is contained in:
parent
7736468466
commit
fcd81d486d
9 changed files with 88 additions and 111 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue