Merge pull request #253731 from reckenrode/R-fix
R: fix build with clang 16 on x86_64-darwin
This commit is contained in:
@@ -26251,13 +26251,13 @@ with pkgs;
|
||||
|
||||
### DEVELOPMENT / R MODULES
|
||||
|
||||
R = callPackage ../applications/science/math/R {
|
||||
R = darwin.apple_sdk_11_0.callPackage ../applications/science/math/R {
|
||||
# TODO: split docs into a separate output
|
||||
texLive = texlive.combine {
|
||||
inherit (texlive) scheme-small inconsolata helvetic texinfo fancyvrb cm-super rsfs;
|
||||
};
|
||||
withRecommendedPackages = false;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) Cocoa Foundation;
|
||||
inherit (darwin) libobjc;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user