New comment by emacsomancer on void-packages repository https://github.com/void-linux/void-packages/pull/25349#issuecomment-713253683 Comment: > > I'm not sure my git skills are sufficient here. I assume I would need to cherry-pick (something I haven't attempted before). I could probably manually amend the commit quicker. > > You can apply it manually, and `curl https://github.com/ericonr/void-packages/commit/beb2ac41143b2cd277cab21c005e067449cc49ac.patch | git apply` should also work, unless there are conflicts :P Thanks! I'll try that. > > I haven't had this issue, but probably because I (for other reasons) already have libressl-devel installed? > > exactly! It might be best to add `libressl-devel` as a `depends`, assuming people use `raco` often. The upstream issue has been open for a looong time: [racket/racket#1096](https://github.com/racket/racket/issues/1096) Anyone using Racket seriously would presumably want `raco` to work properly. So if adding `libressl-devel` makes it work, that would seem the easiest solution, I think.