about summary refs log tree commit diff
path: root/pkgs/applications/networking/bee
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-04 19:54:50 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-04 19:54:50 +0700
commit98f26993f2194fff34acd6c7c96b7df000584474 (patch)
tree5446c2f6b41db992bbb655299eeb3e6ddee2c1bb /pkgs/applications/networking/bee
parent2d83eabaa9ae0bb8aa6615230b1e9848c47ea147 (diff)
treewide: remove stdenv where not needed
Diffstat (limited to 'pkgs/applications/networking/bee')
-rw-r--r--pkgs/applications/networking/bee/bee.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/bee/bee.nix b/pkgs/applications/networking/bee/bee.nix
index 988a322e9f933..b0d05d928c050 100644
--- a/pkgs/applications/networking/bee/bee.nix
+++ b/pkgs/applications/networking/bee/bee.nix
@@ -1,4 +1,4 @@
-{ version ? "release", stdenv, lib, fetchFromGitHub, buildGoModule, coreutils }:
+{ version ? "release", lib, fetchFromGitHub, buildGoModule, coreutils }:
 
 let