secp256k1: move to top-level packages

Reason: secp256k1 is not a Python package.
This commit is contained in:
Erik Arvstedt
2021-02-06 11:43:36 +01:00
parent d41a843167
commit a2f265cd35
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -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;