joinmarket: add option settings
Joinmarket settings can now be freely specified.
This commit is contained in:
parent
da2e473158
commit
cf3f0dbb2d
3 changed files with 131 additions and 105 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue