2015-04-23 23:48 GMT-03:00 Richard Wallace <[email protected]>: > Hey all, > > There used to be a package for heroku in nixpkgs. I recently found need of > it and it seems to be gone. What happened to it? How can it be installed on > NixOS these days? I tried downloading and installing, but it fails to find > ruby.
Normally, you declare ruby in tha buildInputs array. Or try to pass Ruby installed dirs as parameters for configure script. > > Thanks, > Rich > > _______________________________________________ > 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
