mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +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 { };
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user