New comment by Anidetrix on void-packages repository https://github.com/void-linux/void-packages/pull/46909#issuecomment-1837534726 Comment: yazi uses vendored luajit52 as seen [here](https://github.com/sxyazi/yazi/blob/v0.1.5/plugin/Cargo.toml#L14) from [mlua README](https://github.com/khvzak/mlua#compiling): > mlua also supports vendored lua/luajit using the auxiliary crates [lua-src](https://crates.io/crates/lua-src) and [luajit-src](https://crates.io/crates/luajit-src). Just enable the vendored feature and cargo will automatically build and link specified lua/luajit version. which means yazi will bundle it's own luajit52, so changes to plugin/Cargo.toml and lua52-devel dependency should be removed I believe