New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/30696#issuecomment-832896410 Comment: Are these patches imported from arch's packaging? https://github.com/archlinux/svntogit-community/tree/packages/signal-desktop/trunk I think changing git config would be bad, but could you do `export HOME=$(mktemp -d)` in `pre_configure` and `rm -rf $HOME` in `post_install` ? I think it would work around the current hang up.