Closed soleera closed 7 years ago
I've been able to successfully emerge hyper by adding these lines to the end of src_prepare()
in the ebuild:
sed -i '/\s\+"deb"/ d' package.json
sed -i '/\s\+"rpm"/ d' package.json
sed -i '/\s\+"AppImage"/ d' package.json
This prevents npm from packaging the app into a .deb, .rpm, or .AppImage file, which is unnecessary for the ebuild to function and was the cause of my earlier issues (specifically, the .deb format).
Issue
I've been trying to emerge Hyper using this ebuild, however NPM fails during the compile phase. Any input on the correctness of the ebuild or if I'm missing any dependencies that could cause this failure would be much appreciated! I've included a copy of my terminal output, NPM build log, and Gentoo system settings, although I'm not sure how much use that latter might be (if at all). Thanks!
Terminal Output:
NPM Build Log:
Gentoo System Settings: