New comment by 2asoft on void-packages repository https://github.com/void-linux/void-packages/pull/20384#issuecomment-604663243 Comment: So my preference here would actually be to edit the launch scripts for the IDEs at package build time to use a common env var for all. I've yet to explore this option. I plan to eventually get all of JetBrains IDEs into Void, and I doubt they will keep adding new ones often (maybe once every few years max?), so rebuilding infrequently is fine IMO. Or maybe add a separate package for that, which the IDEs also depend on. That way JDK package doesnt need to be rebuilt. Something to consider. On Thu, Mar 26, 2020, 13:06 Piotr wrote: > Jdk needs to be rebuild when new ide is added. > > With symlink theoretically ide need to be rebuild when jdk is installed > into another path, but you as maintainer choose path, so no reason to > change. > With one variable, say, IDEA_JDK, ide use that variable on own side and > jdk can be moved on own side. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . >