trustedcoin: add pkg

This commit is contained in:
neverupdate
2023-04-11 21:00:00 +02:00
committed by Otto Sabart
parent 0dc566e69e
commit 3197338d81
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -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)