joinmarket: remove custom secp256k1 package

python-bitcointx 1.1.4 is compatible with libsecp256k1 0.4.0 in nixpkgs.
Joinmarket uses libsecp256k1 only through python-bitcointx.
This commit is contained in:
Jonas Nick
2023-12-15 14:55:01 +00:00
parent a2e1478a7c
commit e56ca3de6b
3 changed files with 1 additions and 49 deletions
-2
View File
@@ -21,8 +21,6 @@ let self = {
mempool-backend
mempool-frontend
mempool-nginx-conf;
# The secp256k1 version used by joinmarket
secp256k1 = pkgs.callPackage ./secp256k1 { };
trustedcoin = pkgs.callPackage ./trustedcoin { };
pyPkgs = import ./python-packages self pkgs.python3;