trustedcoin: add pkg
This commit is contained in:
parent
0dc566e69e
commit
3197338d81
3 changed files with 44 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ let self = {
|
|||
# The secp256k1 version used by joinmarket
|
||||
secp256k1 = pkgs.callPackage ./secp256k1 { };
|
||||
spark-wallet = pkgs.callPackage ./spark-wallet { };
|
||||
trustedcoin = pkgs.callPackage ./trustedcoin { };
|
||||
|
||||
pyPkgs = import ./python-packages self pkgs.python3;
|
||||
inherit (self.pyPkgs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue