summary refs log tree commit diff
path: root/pkgs/applications/blockchains/quorum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/blockchains/quorum.nix')
-rw-r--r--pkgs/applications/blockchains/quorum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/quorum.nix b/pkgs/applications/blockchains/quorum.nix
index 499e2a77c6f..1424ddc9516 100644
--- a/pkgs/applications/blockchains/quorum.nix
+++ b/pkgs/applications/blockchains/quorum.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, buildGoPackage, git, which, removeReferencesTo, go }:
+{ lib, fetchFromGitHub, buildGoPackage, git, which, removeReferencesTo, go }:
 
 buildGoPackage rec {
   pname = "quorum";