mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
Merge pull request #245813 from reckenrode/ruby-clang16
ruby: fix build with clang 16
This commit is contained in:
commit
5c53841e58
@ -17939,9 +17939,9 @@ with pkgs;
|
|||||||
|
|
||||||
rbenv = callPackage ../development/ruby-modules/rbenv { };
|
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) libobjc libunwind;
|
||||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
inherit (darwin.apple_sdk_11_0.frameworks) Foundation;
|
||||||
})
|
})
|
||||||
mkRubyVersion
|
mkRubyVersion
|
||||||
mkRuby
|
mkRuby
|
||||||
|
Loading…
Reference in New Issue
Block a user