joinmarket: add private python package set
This is a nonfunctional refactoring commit. It's needed because pkg `pyln-proto`, which is introduced in the next commit, requires a different, incompatible version of `cryptography`, which must be placed in a different python package set.
This commit is contained in:
parent
ca834cce84
commit
900836fe0d
3 changed files with 18 additions and 6 deletions
|
|
@ -30,13 +30,15 @@ in {
|
|||
base58 = callPackage ./specific-versions/base58.nix {};
|
||||
|
||||
# cryptography 3.3.2, required by joinmarketdaemon
|
||||
cryptography = callPackage ./specific-versions/cryptography {};
|
||||
cryptography_vectors = callPackage ./specific-versions/cryptography/vectors.nix {};
|
||||
# Used in the private python package set for joinmarket (../joinmarket/default.nix)
|
||||
cryptography_3_3_2 = callPackage ./specific-versions/cryptography {
|
||||
cryptography_vectors = callPackage ./specific-versions/cryptography/vectors.nix {};
|
||||
};
|
||||
|
||||
# autobahn 20.12.3, required by joinmarketclient
|
||||
autobahn = callPackage ./specific-versions/autobahn.nix {};
|
||||
|
||||
# tubes 0.2.0, required by klein
|
||||
# tubes 0.2.0, required by jmclient (via pkg `klein`)
|
||||
tubes = callPackage ./specific-versions/tubes.nix {};
|
||||
|
||||
# recommonmark 0.7.1, required by pyln-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue