joinmarket: add option settings

Joinmarket settings can now be freely specified.
This commit is contained in:
Erik Arvstedt
2024-08-11 20:16:56 +02:00
parent da2e473158
commit cf3f0dbb2d
3 changed files with 131 additions and 105 deletions
+4
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";