about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-05-06 00:39:16 +0200
committerAlyssa Ross <hi@alyssa.is>2019-06-18 16:09:30 +0000
commit083e271250857ff0a4bc0b228a7ef143c6debbb8 (patch)
treee38b3d2bd11c5d3e68f647fce74ca7f8b692dea8
parentb81026455e228038631eeaf4e9c1ecc792f54c5c (diff)
downloadnixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar.gz
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar.bz2
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar.lz
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar.xz
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.tar.zst
nixlib-083e271250857ff0a4bc0b228a7ef143c6debbb8.zip
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.
-rw-r--r--nixpkgs/pkgs/development/interpreters/ruby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/interpreters/ruby/default.nix b/nixpkgs/pkgs/development/interpreters/ruby/default.nix
index 10b7ea7d8a90..de3b145efb67 100644
--- a/nixpkgs/pkgs/development/interpreters/ruby/default.nix
+++ b/nixpkgs/pkgs/development/interpreters/ruby/default.nix
@@ -40,7 +40,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