go-ethereum: set meta.mainProgram = "geth"
This lets `nix run nixpkgs#go-ethereum` do something useful, namely run geth.
This commit is contained in:
parent
55a9ae4837
commit
95c5a17c26
@ -60,5 +60,6 @@ in buildGoModule rec {
|
||||
description = "Official golang implementation of the Ethereum protocol";
|
||||
license = with licenses; [ lgpl3Plus gpl3Plus ];
|
||||
maintainers = with maintainers; [ RaghavSood ];
|
||||
mainProgram = "geth";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user