* Enable libyaml support in Ruby by default. Libyaml is very small so

this shouldn't hurt much.

svn path=/nixpkgs/trunk/; revision=31474
This commit is contained in:
Eelco Dolstra 2012-01-10 23:06:23 +00:00
parent f685f874a7
commit 73fda38d0a

View file

@ -4,7 +4,7 @@
, gdbm, gdbmSupport ? true
, ncurses, readline, cursesSupport ? false
, groff, docSupport ? false
, libyaml, yamlSupport ? false
, libyaml, yamlSupport ? true
}:
let