ruby: enable curses support by default

+1 -1
pkgs/development/interpreters/ruby/ruby-1.8.7.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, ruby_1_8_7, autoreconfHook, bison, useRailsExpress ? true
}:
+1 -1
pkgs/development/interpreters/ruby/ruby-1.9.3.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, ruby_1_9_3, autoreconfHook, bison, useRailsExpress ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.0.0.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.1.0.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.1.1.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.1.2.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.1.3.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true
+1 -1
pkgs/development/interpreters/ruby/ruby-2.2.0.nix
···
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
-
, ncurses, readline, cursesSupport ? false
+
, ncurses, readline, cursesSupport ? true
, groff, docSupport ? false
, libyaml, yamlSupport ? true
, libffi, fiddleSupport ? true