Alternatively you could also just install the "heroku" and the "foreman" gem for the same effect. The toolbelt is really just a distribution of these gems with a bundled ruby interpreter, it's principally meant for OSes with a broken package management like OSX and Windows (they want to avoid support for mis-configured ruby installs).
On 15 November 2013 07:24, Vladimír Čunát <[email protected]> wrote: > On 11/15/2013 06:34 AM, Alex Berg wrote: > >> Now, another question. After I install the Heroku Toolbelt, the `heroku` >> command is available on the command-line. But, I can't run it because I >> haven't installed Ruby. >> > > That's because of not patching the shebangs. You are right that it's run > automatically, but you just need to add ruby to buildInputs, so it's found > by the patcher. (I confused this, direct running of patchShebangs is only > needed if the builders need to run scripts.) > > However, it still complains about some dependencies. I would just have to > guess how this is best done, as I don't know ruby. You can try looking at > other packages using it (git grep ruby), or hopefully someone with nix+ruby > experience will help (e.g. I saw ToDo on wiki from Marc Weber < > [email protected]>). > > > Good luck! > Vlada > > > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
