Revert "ruby: avoid rebuilding default ruby on linux for now"

This reverts commit f0166da268.
/cc PR #451386
This commit is contained in:
Vladimír Čunát
2025-10-13 09:14:59 +02:00
parent a5843ee23c
commit bb7964b682
@@ -192,8 +192,7 @@ let
# anything and fixes cross compilation.
./dont-refer-to-build-dir.patch
]
# TODO: drop the isClang condition
++ ops (lib.versionOlder ver.majMin "3.4" && stdenv.cc.isClang) [
++ ops (lib.versionOlder ver.majMin "3.4") [
(fetchpatch {
name = "ruby-3.3-fix-llvm-21.patch";
url = "https://github.com/ruby/ruby/commit/5a8d7642168f4ea0d9331fded3033c225bbc36c5.patch";