joinmarket: bump secp256k1 to version used upstream

Also incorporate improvements from upstream nixpkgs expression. Except,
`enable-tests` line which is already enabled by default upstream.

Add comment explaining the reason for having a custom secp256k1 pkg in
nix-bitcoin.
This commit is contained in:
nixbitcoin
2022-03-06 14:28:02 +00:00
parent 19abacc41c
commit 6629e9a66f
2 changed files with 28 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ let self = {
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3Packages; };
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
rtl = pkgs.callPackage ./rtl { };
# The secp256k1 version used by joinmarket
secp256k1 = pkgs.callPackage ./secp256k1 { };
spark-wallet = pkgs.callPackage ./spark-wallet { };