From 2373d518a66151331437f8a06e425a0b16238a97 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Wed, 24 Feb 2021 16:17:40 +0100 Subject: go-ethereum: also add clef output, needed by bee --- pkgs/applications/blockchains/go-ethereum.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/blockchains/go-ethereum.nix') diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix index 4310f809bac..40f6946d144 100644 --- a/pkgs/applications/blockchains/go-ethereum.nix +++ b/pkgs/applications/blockchains/go-ethereum.nix @@ -4,6 +4,7 @@ let # A list of binaries to put into separate outputs bins = [ "geth" + "clef" ]; in buildGoModule rec { -- cgit 1.4.1