rPackages.vegan3d: fix build

This commit is contained in:
László Kupcsik
2024-06-08 23:45:44 +02:00
parent bb97c4b540
commit 39949a1b90
+5
View File
@@ -1111,6 +1111,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}";