joinmarket: add copy of cryptography 3.3.2
This commit is contained in:
parent
ca0c6289d7
commit
c5f67629e6
3 changed files with 110 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ in {
|
|||
txzmq = callPackage ./txzmq {};
|
||||
|
||||
# cryptography 3.3.2, required by joinmarketdaemon
|
||||
cryptography = callPackage "${unstable}/pkgs/development/python-modules/cryptography" {};
|
||||
cryptography_vectors = callPackage "${unstable}/pkgs/development/python-modules/cryptography/vectors.nix" {};
|
||||
cryptography = callPackage ./cryptography {};
|
||||
cryptography_vectors = callPackage ./cryptography/vectors.nix {};
|
||||
|
||||
joinmarketbase = joinmarketPkg ./jmbase;
|
||||
joinmarketclient = joinmarketPkg ./jmclient;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue