joinmarket: 0.9.2 -> 0.9.3
This commit is contained in:
parent
721ba1aeba
commit
a10aa21c69
10 changed files with 139 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue