1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00
nixpkgs/pkgs/development/interpreters/ruby
Doron Behar f59f04352a ruby: Rename removeReferencesToCC flag to !jitSupport
If JIT support is built in to ruby, there's no choice other then to
leave this cc reference as is. removeReferencesToCC didn't do it's job
completely since some time ago. That's why it was practically redundant
- `lib/ruby/${version}/<platform>/rbconfig.rb` still referenced cc.
Removing this reference from
`lib/ruby/${version}/<platform>/rbconfig.rb` as well might lead to
breakage in some Gems that require this feature.

But, if JIT support is not desired, it should be safe enough to
completely remove all cc references, both in
lib/ruby/${version}/<platform>/rbconfig.rb and in $out/lib/libruby.so .
Hence now `rubyMinimal` has JIT support disabled and it has no
references at all to stdenv.cc.
2020-11-09 16:17:39 +02:00
..
rubygems Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2" 2020-10-26 08:19:17 +01:00
config.nix
default.nix ruby: Rename removeReferencesToCC flag to !jitSupport 2020-11-09 16:17:39 +02:00
dev.nix
patchsets.nix ruby_2_7: 2.7.1 -> 2.7.2 2020-10-06 09:45:39 +02:00
rbconfig.rb ruby: install ri docs to devdoc output 2019-05-07 17:08:08 +00:00
ruby-version.nix
rvm-patchsets.nix ruby: update RVM patchsets 2020-10-06 09:45:39 +02:00