summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/altcoins/go-ethereum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/go-ethereum.nix')
-rw-r--r--pkgs/applications/altcoins/go-ethereum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum.nix b/pkgs/applications/altcoins/go-ethereum.nix
index 79c8e0dfde8a..73aa4452c0f0 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
+{ stdenv, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
buildGoPackage rec {
name = "go-ethereum-${version}";