There is an updated pull request by fosslinux against master on the void-packages repository https://github.com/fosslinux/void-packages bat-compilefix https://github.com/void-linux/void-packages/pull/22123 bat: add missing clang dependency Without this dependency it fails with: ``` error: failed to run custom build command for `onig_sys v69.2.0` Caused by: process didn't exit successfully: `/builddir/bat-0.15.0/target/release/build/onig_sys-b7b00ef0204bbf11/build-script-build` (exit code: 101) --- stderr thread 'main' panicked at 'Unable to find libclang: "couldn\'t find any valid shared libraries matching: [\'libclang.so\', \'libclang-*.so\', \'libclang.so.*\'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', src/libcore/result.rs:1188:5 ``` A patch file from https://github.com/void-linux/void-packages/pull/22123.patch is attached