summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/altcoins/go-ethereum-classic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/go-ethereum-classic/default.nix')
-rw-r--r--pkgs/applications/altcoins/go-ethereum-classic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum-classic/default.nix b/pkgs/applications/altcoins/go-ethereum-classic/default.nix
index 679312d9a8e9..7461e4c376ab 100644
--- a/pkgs/applications/altcoins/go-ethereum-classic/default.nix
+++ b/pkgs/applications/altcoins/go-ethereum-classic/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
+{ lib, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "go-ethereum-classic-${version}";