joinmarket: add option settings

Joinmarket settings can now be freely specified.
This commit is contained in:
Erik Arvstedt 2024-07-29 11:24:58 +02:00
parent da2e473158
commit cf3f0dbb2d
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 131 additions and 105 deletions

View file

@ -1,6 +1,10 @@
{ stdenv, lib, fetchFromGitHub, python3, nbPython3PackagesJoinmarket }:
let
# Note:
# After updating this pkg, also update the following items in ../../modules/joinmarket.nix:
# - The `MESSAGING:*` sections in the config value of option `settings`.
# Copy the values from `jmclient/configure.py`.
version = "0.9.11";
src = fetchFromGitHub {
owner = "joinmarket-org";