mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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";
|
||||
|
||||
cargoBuildFlags = ["--features cli"];
|
||||
|
||||
meta = {
|
||||
description = "Ethereum function call encoding (ABI) utility";
|
||||
homepage = https://github.com/ethcore/ethabi/;
|
||||
|
Loading…
Reference in New Issue
Block a user