If a project has an external dependency to software that's installed locally and can't be managed with new_http_archive
or new_git_repository
because licensing or size issues prevent it from being downloaded, is there a way to have the path specified with new_local_repository
use an environmental variable?
Looking at the comments on Issue #746, it looks like this was solved in some way. But I can't find any documentation on how to do it.