ipfs-cluster: remove unused variables

This commit is contained in:
Luflosi
2020-05-13 13:55:45 +02:00
parent 40bc6c8dad
commit b4a51441b8

View File

@@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub, fetchgx, gx-go }:
{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ipfs-cluster";