pycoin: expose cli via top-level entry
pycoin is a python crypto currency library, which was added to nixpkgs python modules in commit 2b11dcd789f60961473830b7202f9b44810a455c . However, it also brings some command line tools, which may be accessed by building it as python application. This commit adds the corresponding entry to `all-packages.nix`.
This commit is contained in:
parent
ad47284f8b
commit
09b9030ebb
@ -26886,6 +26886,8 @@ in
|
||||
|
||||
ethabi = callPackage ../applications/blockchains/ethabi.nix { };
|
||||
|
||||
pycoin = with python3Packages; toPythonApplication pycoin;
|
||||
|
||||
stellar-core = callPackage ../applications/blockchains/stellar-core.nix { };
|
||||
|
||||
sumokoin = callPackage ../applications/blockchains/sumokoin.nix { boost = boost165; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user