There is a new pull request by adigitoleo against master on the void-packages repository https://github.com/adigitoleo/void-packages nim-v2 https://github.com/void-linux/void-packages/pull/45597 Nim: update to v2.0.0, adopt #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64 glibc) - I built this PR locally for these architectures: - aarch64 - armv6l - x86_64-musl #### Notes Other than version bumps, the only change is adding `git` as hostmakedepends. The new version of `kock` (Nim build script) clones some extra dependencies for bootstrapping the Nim `libffi`. See . I'm not sure if I should find a way to patch/disable it instead, or if that is OK. A patch file from https://github.com/void-linux/void-packages/pull/45597.patch is attached