There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages sort-deps https://github.com/void-linux/void-packages/pull/36659 common/hooks/pre-pkg/04-generate-runtime-deps.sh: sort deps for reproducibility fixes #36641 by "reproducibility", I mean mostly for tools that compare versions/builds of packages. The solution I have implemented is basically: 1. transform the space-separated list to newline-separated 2. sort 3. transform back to space-separated #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/36659.patch is attached