From 9db44f61a78a3a1fea720de7465787383a52d010 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 13 Jun 2020 10:55:58 +0300 Subject: rubyMinimal: remove Due to being unused, and seemingly unusable, added appropriate release notes. --- nixos/doc/manual/release-notes/rl-2103.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml index 709b2ba5228f..f857f1e28b79 100644 --- a/nixos/doc/manual/release-notes/rl-2103.xml +++ b/nixos/doc/manual/release-notes/rl-2103.xml @@ -89,6 +89,18 @@ user D-Bus session available also for non-graphical logins. + + + rubyMinimal was removed due to being unused and + unusable. The default ruby interpreter includes JIT support, which makes + it reference it's compiler. Since JIT support is probably needed by some + Gems, it was decided to enable this feature with all cc references by + default, and allow to build a Ruby derivation without references to cc, + by setting jitSupport = false; in an overlay. See + #90151 + for more info. + + The option has been renamed to -- cgit v1.2.3