mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
go-ethereum: also add clef output, needed by bee
This commit is contained in:
parent
9a3f486709
commit
2373d518a6
@ -4,6 +4,7 @@ let
|
||||
# A list of binaries to put into separate outputs
|
||||
bins = [
|
||||
"geth"
|
||||
"clef"
|
||||
];
|
||||
|
||||
in buildGoModule rec {
|
||||
|
Loading…
Reference in New Issue
Block a user