New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/45771#issuecomment-1694052309 Comment: Thanks for catching this. Overwriting `configure_args` explains why I needed to patch `CMakeLists.txt` for cross-builds. The right thing to do here is drop the `GO_EXECUTABLE` override and `CMakeLists.txt` patch, allowing the combination of `go` and `go1.20` to do the right thing with `GOTOOLCHAIN` set. There's no need for a revbump because the package won't be built any differently.