From 4b4226ab4a8ccf2e631290d3c687ed344ef8d173 Mon Sep 17 00:00:00 2001 From: Mikael Brockman Date: Wed, 24 May 2017 17:52:07 +0300 Subject: ethabi: add cli feature This flag makes the CLI binary do anything at all, and without it the package is completely useless. --- pkgs/applications/altcoins/ethabi.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/altcoins') diff --git a/pkgs/applications/altcoins/ethabi.nix b/pkgs/applications/altcoins/ethabi.nix index d2532e0d41e9..c584dd65ebb8 100644 --- a/pkgs/applications/altcoins/ethabi.nix +++ b/pkgs/applications/altcoins/ethabi.nix @@ -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/; -- cgit 1.4.1