Unverified Commit f0166da2 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

ruby: avoid rebuilding default ruby on linux for now

parent cdb57da0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -192,7 +192,8 @@ let
              # anything and fixes cross compilation.
              ./dont-refer-to-build-dir.patch
            ]
            ++ ops (lib.versionOlder ver.majMin "3.4") [
            # TODO: drop the isClang condition
            ++ ops (lib.versionOlder ver.majMin "3.4" && stdenv.cc.isClang) [
              (fetchpatch {
                name = "ruby-3.3-fix-llvm-21.patch";
                url = "https://github.com/ruby/ruby/commit/5a8d7642168f4ea0d9331fded3033c225bbc36c5.patch";