Unverified Commit 00d6a497 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #325381 from jeremyschlatter/go-ethereum_mainProgram_geth

go-ethereum: set `meta.mainProgram = "geth"`
parents 0cb73db0 f6385867
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35661,7 +35661,7 @@ with pkgs;
  fulcrum = libsForQt5.callPackage ../applications/blockchains/fulcrum { };
  go-ethereum = callPackage ../applications/blockchains/go-ethereum {
  go-ethereum = callPackage ../by-name/go/go-ethereum/package.nix {
    inherit (darwin) libobjc;
    inherit (darwin.apple_sdk.frameworks) IOKit;
  };