bee: remove unused inputs

This commit is contained in:
Sandro Jäckel
2021-02-22 08:40:09 +01:00
parent 05936dfc00
commit 72a79cf5df

View File

@@ -1,4 +1,4 @@
{ version ? "release", stdenv, lib, substituteAll, fetchFromGitHub, go-ethereum }:
{ version ? "release", stdenv, lib, fetchFromGitHub, go-ethereum }:
stdenv.mkDerivation rec {
pname = "bee-clef";