There is an updated pull request by Filius-Patris against master on the void-packages repository https://github.com/Filius-Patris/void-packages master https://github.com/void-linux/void-packages/pull/31382 [WIP] New package: bazel-4.1.0 #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x] I generally don't use the affected packages but briefly tested this PR #### Comments I don't really know anything about bazel. I just wanted to add it because anki uses it as build system in the newer updates. Officially, Java is said to be an [optional dependency](https://docs.bazel.build/versions/4.1.0/install-ubuntu.html#step-3-install-a-jdk-optional), however besides `bazel --version`, nothing really seems to work without java. Should I add it as a dependency? (Might be stupid question, I'm new ;P). #### WIP: I'm gonna try to update anki too. A patch file from https://github.com/void-linux/void-packages/pull/31382.patch is attached