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
|
|
@ -9,7 +9,7 @@ let self = {
|
|||
cl-rest = pkgs.callPackage ./cl-rest { };
|
||||
clboss = pkgs.callPackage ./clboss { };
|
||||
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
|
||||
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3Packages; };
|
||||
joinmarket = pkgs.callPackage ./joinmarket { nbPythonPackageOverrides = import ./python-packages self; };
|
||||
lndinit = pkgs.callPackage ./lndinit { };
|
||||
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
|
||||
rtl = pkgs.callPackage ./rtl { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue