go-ethereum: set meta.mainProgram = "geth"

This lets `nix run nixpkgs#go-ethereum` do something useful, namely run
geth.
This commit is contained in:
Jeremy Schlatter
2024-07-11 17:07:04 -07:00
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";
};
}