Merge pull request #245813 from reckenrode/ruby-clang16

ruby: fix build with clang 16
This commit is contained in:
Mario Rodas
2023-07-28 14:12:13 -05:00
committed by GitHub
+2 -2
View File
@@ -17939,9 +17939,9 @@ with pkgs;
rbenv = callPackage ../development/ruby-modules/rbenv { };
inherit (callPackage ../development/interpreters/ruby {
inherit (darwin.apple_sdk_11_0.callPackage ../development/interpreters/ruby {
inherit (darwin) libobjc libunwind;
inherit (darwin.apple_sdk.frameworks) Foundation;
inherit (darwin.apple_sdk_11_0.frameworks) Foundation;
})
mkRubyVersion
mkRuby