joinmarket: add copy of twisted 20.3.0

This commit is contained in:
nixbitcoin 2021-09-12 13:28:37 +00:00 committed by Jonas Nick
parent 7008a5118a
commit 3e146512d7
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 65 additions and 0 deletions

View file

@ -17,6 +17,9 @@ in {
cryptography = callPackage ./cryptography {};
cryptography_vectors = callPackage ./cryptography/vectors.nix {};
# twisted 20.3.0, required by joinmarketbase
twisted = callPackage ./twisted {};
joinmarketbase = joinmarketPkg ./jmbase;
joinmarketclient = joinmarketPkg ./jmclient;
joinmarketbitcoin = joinmarketPkg ./jmbitcoin;