New comment by crtxcr on void-packages repository https://github.com/void-linux/void-packages/pull/40964#issuecomment-1342681413 Comment: Definitely seems like a more reasonable solution than my yarn.lock approach. However, it still misses the "--frozen-lockfile" switch as mentioned in my issue. Would you mind adding it to do_build(): ` yarn install --ignore-engines --frozen-lockfile --arch=x64` (I have tested on top of your updated patch and it appears to work. There should be no reason for it not to return)