nixpkgs/pkgs/development/tools/build-managers/bazel/bazel_5
Dmitry Ivankov 746e394638 bazel_4: fix CLang 16 Werror-s on darwin
Fixing `bazel_4` after #234710

Error example
https://hydra.nixos.org/build/241174862/nixlog/1
```
Execution platform: //:default_host_platform
third_party/zlib/gzwrite.c:89:20: error: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
            writ = write(state->fd, strm->next_in, put);
                   ^
```

Similar to #269481 and #269297
2023-11-23 20:39:38 +01:00
..
actions_path.patch
bazel_darwin_sandbox.patch
default.nix
no-arc.patch
src-deps.json
upb-clang16.patch
update-srcDeps.py