rubyMinimal: remove

Due to being unused, and seemingly unusable, added appropriate release
notes.
This commit is contained in:
Doron Behar
2020-11-09 16:17:41 +02:00
parent f59f04352a
commit 9db44f61a7
4 changed files with 15 additions and 17 deletions
@@ -57,9 +57,8 @@ let
# Since some Gems require JIT support, there's probably no
# escape from this reference. Hence, it was decided to enable this
# feature by default, as it's enabled by default by ruby's ./configure
# script. We do disable this feature though for the other cc references
# in all of the locations given above for the `rubyMinimal` build defined
# in all-packages.nix.
# script. If you'd like to have a ruby without reference to cc, setting
# jitSupport to false should remove all known references mentioned above.
, removeReferencesTo, jitSupport ? true
, autoreconfHook, bison, autoconf
, buildEnv, bundler, bundix