The heroku tool has changed and now downloads a binary to do bulk of the
work.
This PR also downloads the binary to wrap it properly, but due to
https://github.com/NixOS/patchelf/issues/66 we cannot ```patchelf``` the
binary and it doesn't work.
So for now we instead wrap it in a buildFHSUserEnv so at least things
are working again.
Once the patchelf issue has been solved, I'll update this again.