There's a closed pull request on the void-packages repository nodejs: update to 14.7.0 https://github.com/void-linux/void-packages/pull/23433 Description: Works on my machine (`x86_64`): ``` % ./xbps-src pkg nodejs % sudo xbps-install --repository "$PWD/hostdir/binpkgs/node14/" -Syu nodejs % node -v v14.5.0 ``` I removed the patches b/c I assume in this version they aren't needed? Someone familiar with the package should confirm this.