go-ethereum: migrate to pkgs/by-name

This commit is contained in:
Jeremy Schlatter 2024-07-11 17:06:38 -07:00
parent 95c5a17c26
commit f638586761
No known key found for this signature in database
GPG Key ID: 4D081B793DF81368
2 changed files with 1 additions and 1 deletions

View File

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