treewide: remove stdenv where not needed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, git
|
||||
, go
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildBazelPackage rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "bazel-buildtools";
|
||||
|
||||
Reference in New Issue
Block a user