* 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:
parent
f685f874a7
commit
73fda38d0a
|
@ -4,7 +4,7 @@
|
|||
, gdbm, gdbmSupport ? true
|
||||
, ncurses, readline, cursesSupport ? false
|
||||
, groff, docSupport ? false
|
||||
, libyaml, yamlSupport ? false
|
||||
, libyaml, yamlSupport ? true
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in New Issue