ethabi: add cli feature
This flag makes the CLI binary do anything at all, and without it the package is completely useless.
This commit is contained in:
parent
81319583bc
commit
4b4226ab4a
@ -15,6 +15,8 @@ buildRustPackage rec {
|
|||||||
|
|
||||||
depsSha256 = "1n4rxipna307r4xppb2iaads7kpa3yjv99fimvpn8l0f999ir2rz";
|
depsSha256 = "1n4rxipna307r4xppb2iaads7kpa3yjv99fimvpn8l0f999ir2rz";
|
||||||
|
|
||||||
|
cargoBuildFlags = ["--features cli"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ethereum function call encoding (ABI) utility";
|
description = "Ethereum function call encoding (ABI) utility";
|
||||||
homepage = https://github.com/ethcore/ethabi/;
|
homepage = https://github.com/ethcore/ethabi/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user