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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev