Hex offline not finding packages

Hey all,

I’m wondering if any Elixir/Mix/Erlang/Hex folks can help me out with this issue

I’m finding that I have to sed the ./mix.exs files so that a number of the dependencies are found via explicit filepath (_build/prod/lib/<package>) rather than being fetched from Hex.

The buildMix function sets hex into offline mode in its buildPhase and also sets HEX_HOME to the build directory (the parent of _build/ mentioned above), so I’m not sure if there’s something wrong with the folder structure and hex just isn’t finding things correctly, or if I’m just missing something completely obvious… (wouldn’t be the first time =P)