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:05:44 -07:00
parent 55a9ae4837
commit 95c5a17c26
No known key found for this signature in database
GPG Key ID: 4D081B793DF81368

View File

@ -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";
};
}