rPackages.httr2: fix build

This commit is contained in:
Justin Bedo
2024-01-15 16:07:47 +11:00
parent 671c34fdc4
commit 1030e1fc2d
+4
View File
@@ -1344,6 +1344,10 @@ let
flowClust = old.flowClust.override { platforms = lib.platforms.x86_64 ++ lib.platforms.x86; };
httr2 = old.httr2.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
});
geomorph = old.geomorph.overrideAttrs (attrs: {
RGL_USE_NULL = "true";
});