7 pname = "bazel-gazelle";
10 src = fetchFromGitHub {
14 hash = "sha256-WmDtMOEs7cOb/juWTHjkc8/92f2OL0vurMMM15IE3YI=";
21 subPackages = [ "cmd/gazelle" ];
24 homepage = "https://github.com/bazelbuild/bazel-gazelle";
26 Gazelle is a Bazel build file generator for Bazel projects. It natively
27 supports Go and protobuf, and it may be extended to support new languages
30 license = licenses.asl20;
31 maintainers = with maintainers; [ kalbasit ];
32 mainProgram = "gazelle";