joinmarket: 0.9.2 -> 0.9.3

This commit is contained in:
nixbitcoin
2021-10-24 21:14:09 +02:00
committed by Erik Arvstedt
parent 721ba1aeba
commit a10aa21c69
10 changed files with 139 additions and 12 deletions

View File

@@ -3,7 +3,8 @@ let
pkgs = import pinned.nixpkgs-unstable {};
nbPkgs = import ../pkgs { inherit pkgs; };
pkgsUnstable = with nbPkgs; [
joinmarket
# Disabled because joinmarket dependencies currently don't build on on unstable.
# joinmarket
];
in
pkgs.writeText "pkgs-unstable" (pkgs.lib.concatMapStringsSep "\n" toString pkgsUnstable)