Author: eelco
Date: Tue Jan 10 23:06:23 2012
New Revision: 31474
URL: https://nixos.org/websvn/nix/?rev=31474&sc=1

Log:
* Enable libyaml support in Ruby by default.  Libyaml is very small so
  this shouldn't hurt much.

Modified:
   nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix

Modified: nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix        Tue Jan 
10 20:34:45 2012        (r31473)
+++ nixpkgs/trunk/pkgs/development/interpreters/ruby/ruby-19.nix        Tue Jan 
10 23:06:23 2012        (r31474)
@@ -4,7 +4,7 @@
 , gdbm, gdbmSupport ? true
 , ncurses, readline, cursesSupport ? false
 , groff, docSupport ? false
-, libyaml, yamlSupport ? false
+, libyaml, yamlSupport ? true
 }:
 
 let
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to