Merge pull request #318372 from Kupac/fix_vegan3d

rPackages.vegan3d: fix build
This commit is contained in:
Justin Bedő 2024-06-09 10:41:00 +10:00 committed by GitHub
commit 9ce800b767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1114,6 +1114,11 @@ let
# this is a straightforward approach. Example where patching was necessary
# -> arrow 14.0.0.2 on CRAN; was lagging behind libarrow release:
# https://github.com/apache/arrow/issues/39698 )
vegan3d = old.vegan3d.overrideAttrs (attrs: {
RGL_USE_NULL = "true";
});
arrow = old.arrow.overrideAttrs (attrs: {
src = pkgs.arrow-cpp.src;
name = "r-arrow-${pkgs.arrow-cpp.version}";