secp256k1: move to top-level packages
Reason: secp256k1 is not a Python package.
This commit is contained in:
parent
d41a843167
commit
a2f265cd35
3 changed files with 2 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ let self = {
|
|||
extra-container = pkgs.callPackage ./extra-container { };
|
||||
clightning-plugins = import ./clightning-plugins pkgs self.nbPython3Packages;
|
||||
clboss = pkgs.callPackage ./clboss { };
|
||||
secp256k1 = pkgs.callPackage ./secp256k1 { };
|
||||
|
||||
nbPython3Packages = (pkgs.python3.override {
|
||||
packageOverrides = pySelf: super: import ./python-packages self pySelf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue