ruby: enable docSupport by default

Now that RI docs are installed to a seperate output, we don't need to worry
about bloating the main output, so it's reasonable for this to be enabled by
default.
This commit is contained in:
Alyssa Ross 2019-05-06 00:39:16 +02:00
parent 6ffb5079b2
commit b34608d4ea
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

@ -38,7 +38,7 @@ let
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, groff, docSupport ? true
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
, autoreconfHook, bison, autoconf