secp256k1: move to top-level packages

Reason: secp256k1 is not a Python package.
This commit is contained in:
Erik Arvstedt 2021-02-05 13:37:18 +01:00
parent d41a843167
commit a2f265cd35
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 2 additions and 2 deletions

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;