New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/48669#issuecomment-1938515669 Comment: 1. add `python_version=3` to the template, and remove `extfs-python3.patch` 2. xbps is a zstd-compressed data, not xz. i know somehow it works even with the current patch, but you might as well modify `xbps.patch` . ``` --- a/misc/mc.ext.ini.in +++ b/misc/mc.ext.ini.in @@ -254,9 +254,9 @@ Open=%cd %p/utar:// View=%view{ascii} @EXTHELPERSDIR@/archive.sh view tar.xz -# .tar.zst, .tzst +# .tar.zst, .tzst, .xbps [tar.zst] -Regex=\\.t(ar\\.zst|zst)$ +Regex=\\.(t(ar\\.zst|zst)|xbps)$ Open=%cd %p/utar:// View=%view{ascii} @EXTHELPERSDIR@/archive.sh view tar.zst ```