[Nix-dev] How to package Heroku Toolbelt?

Vladimír Čunát vcunat at gmail.com
Mon Nov 18 19:33:51 CET 2013


On 11/18/2013 12:17 PM, Jonas Pfenniger (zimbatm) wrote:
> Regarding readline, it seems that it's only compiled if a cursesSupport
> flag is enabled :
> https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/ruby/ruby-19.nix#L5
> but I don't know how to compile ruby with it or not

That can be done via a simple override:

rubyCurses = ruby.override { cursesSupport = true; };


Vlada


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3251 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20131118/2ea2a4f5/attachment-0001.bin 


More information about the nix-dev mailing list